Shades of Neon Blue #605FFF
Tints of Neon Blue #605FFF
RGB
CMYK
RGB Variations
Color information
#605FFF (or 0x605FFF) is known color: Neon Blue. HEX triplet: 60, 5F and FF. RGB value is (96,95,255). Sum of RGB (Red+Green+Blue) = 96+95+255=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #605FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605FFF is #9FA000. Grayscale: #707070. Windows color (decimal): -10461185 or 16736096. OLE color: 16736096.
HSL color Cylindrical-coordinate representation of color #605FFF: hue angle of 240.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #605FFF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 95 | 255 | - |
| CMYK | 0.62 | 0.63 | 0 | 0 |
| HSL | 240.38º | 1% | 0.69% | - |
| HSV(B) | 240.38º | 0.63% | 1% | - |
| XYZ | 26.97 | 17.89 | 96.64 | - |
| YUV | 113.54 | 207.83 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 255 | 0.62 | 0.63 | 0 | 0 | 240.38 | 1 | 0.69 |
| Hex | 60 | 5F | FF | 3E | 3F | 0 | 0 | F0 | 64 | 45 |
| Octal | 140 | 137 | 377 | 76 | 77 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1100000 | 1011111 | 11111111 | 111110 | 111111 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #605FFF
Complementary color
Monochromatic Colors of #605FFF
Black with #605FFF
Text Example
Text Example
White with #605FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605FFF; }
p { color: rgb(96,95,255); }
H1.HeaderClassName
{
color: #605FFF;
}
.AnyTagClassName
{
color: #605FFF;
}
</style>
background-color css
<style>
a { background-color: #605FFF; }
a { background-color: rgb(96,95,255); }
div.DivClassName
{
background-color: #605FFF;
}
.BgClassName
{
background-color: #605FFF;
}
</style>
border-color css
<style>
span { border-color: #605FFF; }
span { border-color: rgb(96,95,255); }
td.TdClassName
{
border-color: #605FFF;
}
.TagClassName
{
border-color: #605FFF;
}
</style>