Shades of Neon Blue #604DF9
Tints of Neon Blue #604DF9
RGB
CMYK
RGB Variations
Color information
#604DF9 (or 0x604DF9) is known color: Neon Blue. HEX triplet: 60, 4D and F9. RGB value is (96,77,249). Sum of RGB (Red+Green+Blue) = 96+77+249=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #604DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604DF9 is #9FB206. Grayscale: #656565. Windows color (decimal): -10465799 or 16338272. OLE color: 16338272.
HSL color Cylindrical-coordinate representation of color #604DF9: hue angle of 246.63º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604DF9 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 77 | 249 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.02 |
| HSL | 246.63º | 0.93% | 0.64% | - |
| HSV(B) | 246.63º | 0.69% | 0.98% | - |
| XYZ | 24.58 | 14.63 | 91.15 | - |
| YUV | 102.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 249 | 0.61 | 0.69 | 0 | 0.02 | 246.63 | 0.93 | 0.64 |
| Hex | 60 | 4D | F9 | 3D | 45 | 0 | 2 | F7 | 5D | 40 |
| Octal | 140 | 115 | 371 | 75 | 105 | 0 | 2 | 367 | 135 | 100 |
| Binary | 1100000 | 1001101 | 11111001 | 111101 | 1000101 | 0 | 10 | 11110111 | 1011101 | 1000000 |
Color Harmonies of #604DF9
Complementary color
Monochromatic Colors of #604DF9
Black with #604DF9
Text Example
Text Example
White with #604DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DF9; }
p { color: rgb(96,77,249); }
H1.HeaderClassName
{
color: #604DF9;
}
.AnyTagClassName
{
color: #604DF9;
}
</style>
background-color css
<style>
a { background-color: #604DF9; }
a { background-color: rgb(96,77,249); }
div.DivClassName
{
background-color: #604DF9;
}
.BgClassName
{
background-color: #604DF9;
}
</style>
border-color css
<style>
span { border-color: #604DF9; }
span { border-color: rgb(96,77,249); }
td.TdClassName
{
border-color: #604DF9;
}
.TagClassName
{
border-color: #604DF9;
}
</style>