Shades of Neon Blue #603FF2
Tints of Neon Blue #603FF2
RGB
CMYK
RGB Variations
Color information
#603FF2 (or 0x603FF2) is known color: 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
| RGB | 96 | 63 | 242 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.05 |
| HSL | 251.06º | 0.87% | 0.6% | - |
| HSV(B) | 251.06º | 0.74% | 0.95% | - |
| XYZ | 22.63 | 12.45 | 85.22 | - |
| YUV | 93.27 | 211.93 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 242 | 0.60 | 0.74 | 0 | 0.05 | 251.06 | 0.87 | 0.6 |
| Hex | 60 | 3F | F2 | 3C | 4A | 0 | 5 | FB | 57 | 3C |
| Octal | 140 | 77 | 362 | 74 | 112 | 0 | 5 | 373 | 127 | 74 |
| Binary | 1100000 | 111111 | 11110010 | 111100 | 1001010 | 0 | 101 | 11111011 | 1010111 | 111100 |
Color Harmonies of #603FF2
Complementary color
Monochromatic Colors of #603FF2
Black with #603FF2
Text Example
Text Example
White with #603FF2
Text Example
Text Example
HTML Codes & Css Web 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>