Shades of Neon Blue #3435FE
Tints of Neon Blue #3435FE
RGB
CMYK
RGB Variations
Color information
#3435FE (or 0x3435FE) is known color: Neon Blue. HEX triplet: 34, 35 and FE. RGB value is (52,53,254). Sum of RGB (Red+Green+Blue) = 52+53+254=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 53 (21.09% from 255 or 14.76% 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 #3435FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3435FE is #CBCA01. Grayscale: #4A4A4A. Windows color (decimal): -13355522 or 16659764. OLE color: 16659764.
HSL color Cylindrical-coordinate representation of color #3435FE: hue angle of 239.7º 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 #3435FE is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 53 | 254 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.00 |
| HSL | 239.7º | 0.99% | 0.6% | - |
| HSV(B) | 239.7º | 0.8% | 1% | - |
| XYZ | 20.58 | 10.43 | 94.69 | - |
| YUV | 75.62 | 228.67 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 254 | 0.80 | 0.79 | 0 | 0.00 | 239.7 | 0.99 | 0.6 |
| Hex | 34 | 35 | FE | 50 | 4F | 0 | 0 | F0 | 63 | 3C |
| Octal | 64 | 65 | 376 | 120 | 117 | 0 | 0 | 360 | 143 | 74 |
| Binary | 110100 | 110101 | 11111110 | 1010000 | 1001111 | 0 | 0 | 11110000 | 1100011 | 111100 |
Color Harmonies of #3435FE
Complementary color
Monochromatic Colors of #3435FE
Black with #3435FE
Text Example
Text Example
White with #3435FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435FE; }
p { color: rgb(52,53,254); }
H1.HeaderClassName
{
color: #3435FE;
}
.AnyTagClassName
{
color: #3435FE;
}
</style>
background-color css
<style>
a { background-color: #3435FE; }
a { background-color: rgb(52,53,254); }
div.DivClassName
{
background-color: #3435FE;
}
.BgClassName
{
background-color: #3435FE;
}
</style>
border-color css
<style>
span { border-color: #3435FE; }
span { border-color: rgb(52,53,254); }
td.TdClassName
{
border-color: #3435FE;
}
.TagClassName
{
border-color: #3435FE;
}
</style>