Shades of Neon Blue #3534FE
Tints of Neon Blue #3534FE
RGB
CMYK
RGB Variations
Color information
#3534FE (or 0x3534FE) is known color: Neon Blue. HEX triplet: 35, 34 and FE. RGB value is (53,52,254). Sum of RGB (Red+Green+Blue) = 53+52+254=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #3534FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3534FE is #CACB01. Grayscale: #4A4A4A. Windows color (decimal): -13290242 or 16659509. OLE color: 16659509.
HSL color Cylindrical-coordinate representation of color #3534FE: hue angle of 240.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3534FE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 52 | 254 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.00 |
| HSL | 240.3º | 0.99% | 0.6% | - |
| HSV(B) | 240.3º | 0.8% | 1% | - |
| XYZ | 20.59 | 10.37 | 94.68 | - |
| YUV | 75.33 | 228.83 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 254 | 0.79 | 0.80 | 0 | 0.00 | 240.3 | 0.99 | 0.6 |
| Hex | 35 | 34 | FE | 4F | 50 | 0 | 0 | F0 | 63 | 3C |
| Octal | 65 | 64 | 376 | 117 | 120 | 0 | 0 | 360 | 143 | 74 |
| Binary | 110101 | 110100 | 11111110 | 1001111 | 1010000 | 0 | 0 | 11110000 | 1100011 | 111100 |
Color Harmonies of #3534FE
Complementary color
Monochromatic Colors of #3534FE
Black with #3534FE
Text Example
Text Example
White with #3534FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534FE; }
p { color: rgb(53,52,254); }
H1.HeaderClassName
{
color: #3534FE;
}
.AnyTagClassName
{
color: #3534FE;
}
</style>
background-color css
<style>
a { background-color: #3534FE; }
a { background-color: rgb(53,52,254); }
div.DivClassName
{
background-color: #3534FE;
}
.BgClassName
{
background-color: #3534FE;
}
</style>
border-color css
<style>
span { border-color: #3534FE; }
span { border-color: rgb(53,52,254); }
td.TdClassName
{
border-color: #3534FE;
}
.TagClassName
{
border-color: #3534FE;
}
</style>