Shades of Neon Blue #604FFE
Tints of Neon Blue #604FFE
RGB
CMYK
RGB Variations
Color information
#604FFE (or 0x604FFE) is known color: Neon Blue. HEX triplet: 60, 4F and FE. RGB value is (96,79,254). Sum of RGB (Red+Green+Blue) = 96+79+254=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #604FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FFE is #9FB001. Grayscale: #676767. Windows color (decimal): -10465282 or 16666464. OLE color: 16666464.
HSL color Cylindrical-coordinate representation of color #604FFE: hue angle of 245.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #604FFE is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 79 | 254 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.00 |
| HSL | 245.83º | 0.99% | 0.65% | - |
| HSV(B) | 245.83º | 0.69% | 1% | - |
| XYZ | 25.51 | 15.23 | 95.36 | - |
| YUV | 104.03 | 212.63 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 254 | 0.62 | 0.69 | 0 | 0.00 | 245.83 | 0.99 | 0.65 |
| Hex | 60 | 4F | FE | 3E | 45 | 0 | 0 | F6 | 63 | 41 |
| Octal | 140 | 117 | 376 | 76 | 105 | 0 | 0 | 366 | 143 | 101 |
| Binary | 1100000 | 1001111 | 11111110 | 111110 | 1000101 | 0 | 0 | 11110110 | 1100011 | 1000001 |
Color Harmonies of #604FFE
Complementary color
Monochromatic Colors of #604FFE
Black with #604FFE
Text Example
Text Example
White with #604FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FFE; }
p { color: rgb(96,79,254); }
H1.HeaderClassName
{
color: #604FFE;
}
.AnyTagClassName
{
color: #604FFE;
}
</style>
background-color css
<style>
a { background-color: #604FFE; }
a { background-color: rgb(96,79,254); }
div.DivClassName
{
background-color: #604FFE;
}
.BgClassName
{
background-color: #604FFE;
}
</style>
border-color css
<style>
span { border-color: #604FFE; }
span { border-color: rgb(96,79,254); }
td.TdClassName
{
border-color: #604FFE;
}
.TagClassName
{
border-color: #604FFE;
}
</style>