Shades of Neon Blue #3431EE
Tints of Neon Blue #3431EE
RGB
CMYK
RGB Variations
Color information
#3431EE (or 0x3431EE) is known color: Neon Blue. HEX triplet: 34, 31 and EE. RGB value is (52,49,238). Sum of RGB (Red+Green+Blue) = 52+49+238=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #3431EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3431EE is #CBCE11. Grayscale: #464646. Windows color (decimal): -13356562 or 15610164. OLE color: 15610164.
HSL color Cylindrical-coordinate representation of color #3431EE: hue angle of 240.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3431EE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 49 | 238 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.07 |
| HSL | 240.95º | 0.85% | 0.56% | - |
| HSV(B) | 240.95º | 0.79% | 0.93% | - |
| XYZ | 17.95 | 9.1 | 81.7 | - |
| YUV | 71.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 238 | 0.78 | 0.79 | 0 | 0.07 | 240.95 | 0.85 | 0.56 |
| Hex | 34 | 31 | EE | 4E | 4F | 0 | 7 | F1 | 55 | 38 |
| Octal | 64 | 61 | 356 | 116 | 117 | 0 | 7 | 361 | 125 | 70 |
| Binary | 110100 | 110001 | 11101110 | 1001110 | 1001111 | 0 | 111 | 11110001 | 1010101 | 111000 |
Color Harmonies of #3431EE
Complementary color
Monochromatic Colors of #3431EE
Black with #3431EE
Text Example
Text Example
White with #3431EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431EE; }
p { color: rgb(52,49,238); }
H1.HeaderClassName
{
color: #3431EE;
}
.AnyTagClassName
{
color: #3431EE;
}
</style>
background-color css
<style>
a { background-color: #3431EE; }
a { background-color: rgb(52,49,238); }
div.DivClassName
{
background-color: #3431EE;
}
.BgClassName
{
background-color: #3431EE;
}
</style>
border-color css
<style>
span { border-color: #3431EE; }
span { border-color: rgb(52,49,238); }
td.TdClassName
{
border-color: #3431EE;
}
.TagClassName
{
border-color: #3431EE;
}
</style>