Shades of Neon Blue #603FF6
Tints of Neon Blue #603FF6
RGB
CMYK
RGB Variations
Color information
#603FF6 (or 0x603FF6) is known color: Neon Blue. HEX triplet: 60, 3F and F6. RGB value is (96,63,246). Sum of RGB (Red+Green+Blue) = 96+63+246=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #603FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FF6 is #9FC009. Grayscale: #5D5D5D. Windows color (decimal): -10469386 or 16138080. OLE color: 16138080.
HSL color Cylindrical-coordinate representation of color #603FF6: hue angle of 250.82º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603FF6 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 63 | 246 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.04 |
| HSL | 250.82º | 0.91% | 0.61% | - |
| HSV(B) | 250.82º | 0.74% | 0.96% | - |
| XYZ | 23.24 | 12.7 | 88.41 | - |
| YUV | 93.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 246 | 0.61 | 0.74 | 0 | 0.04 | 250.82 | 0.91 | 0.61 |
| Hex | 60 | 3F | F6 | 3D | 4A | 0 | 4 | FB | 5B | 3D |
| Octal | 140 | 77 | 366 | 75 | 112 | 0 | 4 | 373 | 133 | 75 |
| Binary | 1100000 | 111111 | 11110110 | 111101 | 1001010 | 0 | 100 | 11111011 | 1011011 | 111101 |
Color Harmonies of #603FF6
Complementary color
Monochromatic Colors of #603FF6
Black with #603FF6
Text Example
Text Example
White with #603FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FF6; }
p { color: rgb(96,63,246); }
H1.HeaderClassName
{
color: #603FF6;
}
.AnyTagClassName
{
color: #603FF6;
}
</style>
background-color css
<style>
a { background-color: #603FF6; }
a { background-color: rgb(96,63,246); }
div.DivClassName
{
background-color: #603FF6;
}
.BgClassName
{
background-color: #603FF6;
}
</style>
border-color css
<style>
span { border-color: #603FF6; }
span { border-color: rgb(96,63,246); }
td.TdClassName
{
border-color: #603FF6;
}
.TagClassName
{
border-color: #603FF6;
}
</style>