Shades of Neon Blue #605CFD
Tints of Neon Blue #605CFD
RGB
CMYK
RGB Variations
Color information
#605CFD (or 0x605CFD) is known color: Neon Blue. HEX triplet: 60, 5C and FD. RGB value is (96,92,253). Sum of RGB (Red+Green+Blue) = 96+92+253=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #605CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605CFD is #9FA302. Grayscale: #6E6E6E. Windows color (decimal): -10461955 or 16604256. OLE color: 16604256.
HSL color Cylindrical-coordinate representation of color #605CFD: hue angle of 241.49º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605CFD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 92 | 253 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.01 |
| HSL | 241.49º | 0.98% | 0.68% | - |
| HSV(B) | 241.49º | 0.64% | 0.99% | - |
| XYZ | 26.38 | 17.23 | 94.86 | - |
| YUV | 111.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 253 | 0.62 | 0.64 | 0 | 0.01 | 241.49 | 0.98 | 0.68 |
| Hex | 60 | 5C | FD | 3E | 40 | 0 | 1 | F1 | 62 | 44 |
| Octal | 140 | 134 | 375 | 76 | 100 | 0 | 1 | 361 | 142 | 104 |
| Binary | 1100000 | 1011100 | 11111101 | 111110 | 1000000 | 0 | 1 | 11110001 | 1100010 | 1000100 |
Color Harmonies of #605CFD
Complementary color
Monochromatic Colors of #605CFD
Black with #605CFD
Text Example
Text Example
White with #605CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CFD; }
p { color: rgb(96,92,253); }
H1.HeaderClassName
{
color: #605CFD;
}
.AnyTagClassName
{
color: #605CFD;
}
</style>
background-color css
<style>
a { background-color: #605CFD; }
a { background-color: rgb(96,92,253); }
div.DivClassName
{
background-color: #605CFD;
}
.BgClassName
{
background-color: #605CFD;
}
</style>
border-color css
<style>
span { border-color: #605CFD; }
span { border-color: rgb(96,92,253); }
td.TdClassName
{
border-color: #605CFD;
}
.TagClassName
{
border-color: #605CFD;
}
</style>