Shades of Neon Blue #3534FA
Tints of Neon Blue #3534FA
RGB
CMYK
RGB Variations
Color information
#3534FA (or 0x3534FA) is known color: Neon Blue. HEX triplet: 35, 34 and FA. RGB value is (53,52,250). Sum of RGB (Red+Green+Blue) = 53+52+250=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #3534FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3534FA is #CACB05. Grayscale: #4A4A4A. Windows color (decimal): -13290246 or 16397365. OLE color: 16397365.
HSL color Cylindrical-coordinate representation of color #3534FA: hue angle of 240.3º 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 #3534FA is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 52 | 250 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.02 |
| HSL | 240.3º | 0.95% | 0.59% | - |
| HSV(B) | 240.3º | 0.79% | 0.98% | - |
| XYZ | 19.95 | 10.12 | 91.34 | - |
| YUV | 74.87 | 226.83 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 250 | 0.79 | 0.79 | 0 | 0.02 | 240.3 | 0.95 | 0.59 |
| Hex | 35 | 34 | FA | 4F | 4F | 0 | 2 | F0 | 5F | 3B |
| Octal | 65 | 64 | 372 | 117 | 117 | 0 | 2 | 360 | 137 | 73 |
| Binary | 110101 | 110100 | 11111010 | 1001111 | 1001111 | 0 | 10 | 11110000 | 1011111 | 111011 |
Color Harmonies of #3534FA
Complementary color
Monochromatic Colors of #3534FA
Black with #3534FA
Text Example
Text Example
White with #3534FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534FA; }
p { color: rgb(53,52,250); }
H1.HeaderClassName
{
color: #3534FA;
}
.AnyTagClassName
{
color: #3534FA;
}
</style>
background-color css
<style>
a { background-color: #3534FA; }
a { background-color: rgb(53,52,250); }
div.DivClassName
{
background-color: #3534FA;
}
.BgClassName
{
background-color: #3534FA;
}
</style>
border-color css
<style>
span { border-color: #3534FA; }
span { border-color: rgb(53,52,250); }
td.TdClassName
{
border-color: #3534FA;
}
.TagClassName
{
border-color: #3534FA;
}
</style>