Shades of Neon Blue #605AFA
Tints of Neon Blue #605AFA
RGB
CMYK
RGB Variations
Color information
#605AFA (or 0x605AFA) is known color: Neon Blue. HEX triplet: 60, 5A and FA. RGB value is (96,90,250). Sum of RGB (Red+Green+Blue) = 96+90+250=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #605AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605AFA is #9FA505. Grayscale: #6D6D6D. Windows color (decimal): -10462470 or 16407136. OLE color: 16407136.
HSL color Cylindrical-coordinate representation of color #605AFA: hue angle of 242.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #605AFA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 90 | 250 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.02 |
| HSL | 242.25º | 0.94% | 0.67% | - |
| HSV(B) | 242.25º | 0.64% | 0.98% | - |
| XYZ | 25.74 | 16.7 | 92.31 | - |
| YUV | 110.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 250 | 0.62 | 0.64 | 0 | 0.02 | 242.25 | 0.94 | 0.67 |
| Hex | 60 | 5A | FA | 3E | 40 | 0 | 2 | F2 | 5E | 43 |
| Octal | 140 | 132 | 372 | 76 | 100 | 0 | 2 | 362 | 136 | 103 |
| Binary | 1100000 | 1011010 | 11111010 | 111110 | 1000000 | 0 | 10 | 11110010 | 1011110 | 1000011 |
Color Harmonies of #605AFA
Complementary color
Monochromatic Colors of #605AFA
Black with #605AFA
Text Example
Text Example
White with #605AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AFA; }
p { color: rgb(96,90,250); }
H1.HeaderClassName
{
color: #605AFA;
}
.AnyTagClassName
{
color: #605AFA;
}
</style>
background-color css
<style>
a { background-color: #605AFA; }
a { background-color: rgb(96,90,250); }
div.DivClassName
{
background-color: #605AFA;
}
.BgClassName
{
background-color: #605AFA;
}
</style>
border-color css
<style>
span { border-color: #605AFA; }
span { border-color: rgb(96,90,250); }
td.TdClassName
{
border-color: #605AFA;
}
.TagClassName
{
border-color: #605AFA;
}
</style>