Shades of Neon Blue #605BFD
Tints of Neon Blue #605BFD
RGB
CMYK
RGB Variations
Color information
#605BFD (or 0x605BFD) is known color: Neon Blue. HEX triplet: 60, 5B and FD. RGB value is (96,91,253). Sum of RGB (Red+Green+Blue) = 96+91+253=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #605BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605BFD is #9FA402. Grayscale: #6E6E6E. Windows color (decimal): -10462211 or 16604000. OLE color: 16604000.
HSL color Cylindrical-coordinate representation of color #605BFD: hue angle of 241.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605BFD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 91 | 253 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.01 |
| HSL | 241.85º | 0.98% | 0.67% | - |
| HSV(B) | 241.85º | 0.64% | 0.99% | - |
| XYZ | 26.29 | 17.06 | 94.84 | - |
| YUV | 110.96 | 208.16 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 253 | 0.62 | 0.64 | 0 | 0.01 | 241.85 | 0.98 | 0.67 |
| Hex | 60 | 5B | FD | 3E | 40 | 0 | 1 | F2 | 62 | 43 |
| Octal | 140 | 133 | 375 | 76 | 100 | 0 | 1 | 362 | 142 | 103 |
| Binary | 1100000 | 1011011 | 11111101 | 111110 | 1000000 | 0 | 1 | 11110010 | 1100010 | 1000011 |
Color Harmonies of #605BFD
Complementary color
Monochromatic Colors of #605BFD
Black with #605BFD
Text Example
Text Example
White with #605BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BFD; }
p { color: rgb(96,91,253); }
H1.HeaderClassName
{
color: #605BFD;
}
.AnyTagClassName
{
color: #605BFD;
}
</style>
background-color css
<style>
a { background-color: #605BFD; }
a { background-color: rgb(96,91,253); }
div.DivClassName
{
background-color: #605BFD;
}
.BgClassName
{
background-color: #605BFD;
}
</style>
border-color css
<style>
span { border-color: #605BFD; }
span { border-color: rgb(96,91,253); }
td.TdClassName
{
border-color: #605BFD;
}
.TagClassName
{
border-color: #605BFD;
}
</style>