#603FF1

Color #603FF1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #603FF1

Tints of Neon Blue #603FF1

Color information

#603FF1 (or 0x603FF1) is unknown color: approx Neon Blue. HEX triplet: 60, 3F and F1. RGB value is (96,63,241). Sum of RGB (Red+Green+Blue) = 96+63+241=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #603FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FF1 is #9FC00E. Grayscale: #5C5C5C. Windows color (decimal): -10469391 or 15810400. OLE color: 15810400.

HSL color Cylindrical-coordinate representation of color #603FF1: hue angle of 251.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603FF1 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9663241-
CMYK0.600.7400.05
HSL251.12º86.41%59.61%-
HSV(B)251.12º73.86%94.51%-
XYZ22.4812.3984.43-
YUV93.16211.43130.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 241 (94.53% from 255) = 60.25%
R=24%
G=15.75%
B=60.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96632410.600.7400.05251.1286.4159.61
Hex603FF13C4A05fb563c
Octal14077361741120537312674
Binary11000001111111111000111110010010100101111110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603FF1; }

 p { color: rgb(96,63,241); }

 H1.HeaderClassName
 {
   color: #603FF1;
 }
 .AnyTagClassName
 {
   color: #603FF1;
 }
</style>
background-color css

<style>
 a { background-color: #603FF1; }

 a { background-color: rgb(96,63,241); }

 div.DivClassName
 {
   background-color: #603FF1;
 }
 .BgClassName
 {
   background-color: #603FF1;
 }
</style>
border-color css

<style>
 span { border-color: #603FF1; }

 span { border-color: rgb(96,63,241); }

 td.TdClassName
 {
   border-color: #603FF1;
 }
 .TagClassName
 {
   border-color: #603FF1;
 }
</style>