Shades of Neon Blue #604EFF
Tints of Neon Blue #604EFF
RGB
CMYK
RGB Variations
Color information
#604EFF (or 0x604EFF) is known color: Neon Blue. HEX triplet: 60, 4E and FF. RGB value is (96,78,255). Sum of RGB (Red+Green+Blue) = 96+78+255=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #604EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604EFF is #9FB100. Grayscale: #666666. Windows color (decimal): -10465537 or 16731744. OLE color: 16731744.
HSL color Cylindrical-coordinate representation of color #604EFF: hue angle of 246.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604EFF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 78 | 255 | - |
| CMYK | 0.62 | 0.69 | 0 | 0 |
| HSL | 246.1º | 1% | 0.65% | - |
| HSV(B) | 246.1º | 0.69% | 1% | - |
| XYZ | 25.6 | 15.16 | 96.18 | - |
| YUV | 103.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 255 | 0.62 | 0.69 | 0 | 0 | 246.1 | 1 | 0.65 |
| Hex | 60 | 4E | FF | 3E | 45 | 0 | 0 | F6 | 64 | 41 |
| Octal | 140 | 116 | 377 | 76 | 105 | 0 | 0 | 366 | 144 | 101 |
| Binary | 1100000 | 1001110 | 11111111 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100100 | 1000001 |
Color Harmonies of #604EFF
Complementary color
Monochromatic Colors of #604EFF
Black with #604EFF
Text Example
Text Example
White with #604EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604EFF; }
p { color: rgb(96,78,255); }
H1.HeaderClassName
{
color: #604EFF;
}
.AnyTagClassName
{
color: #604EFF;
}
</style>
background-color css
<style>
a { background-color: #604EFF; }
a { background-color: rgb(96,78,255); }
div.DivClassName
{
background-color: #604EFF;
}
.BgClassName
{
background-color: #604EFF;
}
</style>
border-color css
<style>
span { border-color: #604EFF; }
span { border-color: rgb(96,78,255); }
td.TdClassName
{
border-color: #604EFF;
}
.TagClassName
{
border-color: #604EFF;
}
</style>