#603FF2

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

Shades of Neon Blue #603FF2

Tints of Neon Blue #603FF2

Color information

#603FF2 (or 0x603FF2) is unknown color: approx Neon Blue. HEX triplet: 60, 3F and F2. RGB value is (96,63,242). Sum of RGB (Red+Green+Blue) = 96+63+242=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #603FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FF2 is #9FC00D. Grayscale: #5C5C5C. Windows color (decimal): -10469390 or 15875936. OLE color: 15875936.

HSL color Cylindrical-coordinate representation of color #603FF2: hue angle of 251.06º degrees, saturation: 0.87, 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 #603FF2 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9663242-
CMYK0.600.7400.05
HSL251.06º87.32%59.8%-
HSV(B)251.06º73.97%94.9%-
XYZ22.6312.4585.22-
YUV93.27211.93129.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 242 (94.92% from 255) = 60.35%
R=23.94%
G=15.71%
B=60.35%

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
Decimal96632420.600.7400.05251.0687.3259.8
Hex603FF23C4A05fb573c
Octal14077362741120537312774
Binary11000001111111111001011110010010100101111110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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