Shades of Neon Blue #3435EF
Tints of Neon Blue #3435EF
RGB
CMYK
RGB Variations
Color information
#3435EF (or 0x3435EF) is known color: Neon Blue. HEX triplet: 34, 35 and EF. RGB value is (52,53,239). Sum of RGB (Red+Green+Blue) = 52+53+239=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #3435EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3435EF is #CBCA10. Grayscale: #494949. Windows color (decimal): -13355537 or 15676724. OLE color: 15676724.
HSL color Cylindrical-coordinate representation of color #3435EF: hue angle of 239.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3435EF is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 53 | 239 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.06 |
| HSL | 239.68º | 0.85% | 0.57% | - |
| HSV(B) | 239.68º | 0.78% | 0.94% | - |
| XYZ | 18.27 | 9.51 | 82.53 | - |
| YUV | 73.91 | 221.17 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 239 | 0.78 | 0.78 | 0 | 0.06 | 239.68 | 0.85 | 0.57 |
| Hex | 34 | 35 | EF | 4E | 4E | 0 | 6 | F0 | 55 | 39 |
| Octal | 64 | 65 | 357 | 116 | 116 | 0 | 6 | 360 | 125 | 71 |
| Binary | 110100 | 110101 | 11101111 | 1001110 | 1001110 | 0 | 110 | 11110000 | 1010101 | 111001 |
Color Harmonies of #3435EF
Complementary color
Monochromatic Colors of #3435EF
Black with #3435EF
Text Example
Text Example
White with #3435EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3435EF; }
p { color: rgb(52,53,239); }
H1.HeaderClassName
{
color: #3435EF;
}
.AnyTagClassName
{
color: #3435EF;
}
</style>
background-color css
<style>
a { background-color: #3435EF; }
a { background-color: rgb(52,53,239); }
div.DivClassName
{
background-color: #3435EF;
}
.BgClassName
{
background-color: #3435EF;
}
</style>
border-color css
<style>
span { border-color: #3435EF; }
span { border-color: rgb(52,53,239); }
td.TdClassName
{
border-color: #3435EF;
}
.TagClassName
{
border-color: #3435EF;
}
</style>