Shades of Neon Blue #5535FA
Tints of Neon Blue #5535FA
RGB
CMYK
RGB Variations
Color information
#5535FA (or 0x5535FA) is known color: Neon Blue. HEX triplet: 55, 35 and FA. RGB value is (85,53,250). Sum of RGB (Red+Green+Blue) = 85+53+250=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #5535FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5535FA is #AACA05. Grayscale: #545454. Windows color (decimal): -11192838 or 16397653. OLE color: 16397653.
HSL color Cylindrical-coordinate representation of color #5535FA: hue angle of 249.75º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5535FA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 53 | 250 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.02 |
| HSL | 249.75º | 0.95% | 0.59% | - |
| HSV(B) | 249.75º | 0.79% | 0.98% | - |
| XYZ | 22.27 | 11.38 | 91.46 | - |
| YUV | 85.03 | 221.1 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 250 | 0.66 | 0.79 | 0 | 0.02 | 249.75 | 0.95 | 0.59 |
| Hex | 55 | 35 | FA | 42 | 4F | 0 | 2 | FA | 5F | 3B |
| Octal | 125 | 65 | 372 | 102 | 117 | 0 | 2 | 372 | 137 | 73 |
| Binary | 1010101 | 110101 | 11111010 | 1000010 | 1001111 | 0 | 10 | 11111010 | 1011111 | 111011 |
Color Harmonies of #5535FA
Complementary color
Monochromatic Colors of #5535FA
Black with #5535FA
Text Example
Text Example
White with #5535FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535FA; }
p { color: rgb(85,53,250); }
H1.HeaderClassName
{
color: #5535FA;
}
.AnyTagClassName
{
color: #5535FA;
}
</style>
background-color css
<style>
a { background-color: #5535FA; }
a { background-color: rgb(85,53,250); }
div.DivClassName
{
background-color: #5535FA;
}
.BgClassName
{
background-color: #5535FA;
}
</style>
border-color css
<style>
span { border-color: #5535FA; }
span { border-color: rgb(85,53,250); }
td.TdClassName
{
border-color: #5535FA;
}
.TagClassName
{
border-color: #5535FA;
}
</style>