Shades of Neon Blue #605EFD
Tints of Neon Blue #605EFD
RGB
CMYK
RGB Variations
Color information
#605EFD (or 0x605EFD) is known color: Neon Blue. HEX triplet: 60, 5E and FD. RGB value is (96,94,253). Sum of RGB (Red+Green+Blue) = 96+94+253=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #605EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605EFD is #9FA102. Grayscale: #707070. Windows color (decimal): -10461443 or 16604768. OLE color: 16604768.
HSL color Cylindrical-coordinate representation of color #605EFD: hue angle of 240.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #605EFD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 94 | 253 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.01 |
| HSL | 240.75º | 0.98% | 0.68% | - |
| HSV(B) | 240.75º | 0.63% | 0.99% | - |
| XYZ | 26.56 | 17.58 | 94.92 | - |
| YUV | 112.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 253 | 0.62 | 0.63 | 0 | 0.01 | 240.75 | 0.98 | 0.68 |
| Hex | 60 | 5E | FD | 3E | 3F | 0 | 1 | F1 | 62 | 44 |
| Octal | 140 | 136 | 375 | 76 | 77 | 0 | 1 | 361 | 142 | 104 |
| Binary | 1100000 | 1011110 | 11111101 | 111110 | 111111 | 0 | 1 | 11110001 | 1100010 | 1000100 |
Color Harmonies of #605EFD
Complementary color
Monochromatic Colors of #605EFD
Black with #605EFD
Text Example
Text Example
White with #605EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EFD; }
p { color: rgb(96,94,253); }
H1.HeaderClassName
{
color: #605EFD;
}
.AnyTagClassName
{
color: #605EFD;
}
</style>
background-color css
<style>
a { background-color: #605EFD; }
a { background-color: rgb(96,94,253); }
div.DivClassName
{
background-color: #605EFD;
}
.BgClassName
{
background-color: #605EFD;
}
</style>
border-color css
<style>
span { border-color: #605EFD; }
span { border-color: rgb(96,94,253); }
td.TdClassName
{
border-color: #605EFD;
}
.TagClassName
{
border-color: #605EFD;
}
</style>