Shades of Neon Blue #6053FA
Tints of Neon Blue #6053FA
RGB
CMYK
RGB Variations
Color information
#6053FA (or 0x6053FA) is known color: Neon Blue. HEX triplet: 60, 53 and FA. RGB value is (96,83,250). Sum of RGB (Red+Green+Blue) = 96+83+250=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #6053FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053FA is #9FAC05. Grayscale: #696969. Windows color (decimal): -10464262 or 16405344. OLE color: 16405344.
HSL color Cylindrical-coordinate representation of color #6053FA: hue angle of 244.67º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6053FA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 83 | 250 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.02 |
| HSL | 244.67º | 0.94% | 0.65% | - |
| HSV(B) | 244.67º | 0.67% | 0.98% | - |
| XYZ | 25.17 | 15.58 | 92.12 | - |
| YUV | 105.93 | 209.31 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 250 | 0.62 | 0.67 | 0 | 0.02 | 244.67 | 0.94 | 0.65 |
| Hex | 60 | 53 | FA | 3E | 43 | 0 | 2 | F5 | 5E | 41 |
| Octal | 140 | 123 | 372 | 76 | 103 | 0 | 2 | 365 | 136 | 101 |
| Binary | 1100000 | 1010011 | 11111010 | 111110 | 1000011 | 0 | 10 | 11110101 | 1011110 | 1000001 |
Color Harmonies of #6053FA
Complementary color
Monochromatic Colors of #6053FA
Black with #6053FA
Text Example
Text Example
White with #6053FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053FA; }
p { color: rgb(96,83,250); }
H1.HeaderClassName
{
color: #6053FA;
}
.AnyTagClassName
{
color: #6053FA;
}
</style>
background-color css
<style>
a { background-color: #6053FA; }
a { background-color: rgb(96,83,250); }
div.DivClassName
{
background-color: #6053FA;
}
.BgClassName
{
background-color: #6053FA;
}
</style>
border-color css
<style>
span { border-color: #6053FA; }
span { border-color: rgb(96,83,250); }
td.TdClassName
{
border-color: #6053FA;
}
.TagClassName
{
border-color: #6053FA;
}
</style>