Shades of Neon Blue #3430EA
Tints of Neon Blue #3430EA
RGB
CMYK
RGB Variations
Color information
#3430EA (or 0x3430EA) is known color: Neon Blue. HEX triplet: 34, 30 and EA. RGB value is (52,48,234). Sum of RGB (Red+Green+Blue) = 52+48+234=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #3430EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3430EA is #CBCF15. Grayscale: #454545. Windows color (decimal): -13356822 or 15347764. OLE color: 15347764.
HSL color Cylindrical-coordinate representation of color #3430EA: hue angle of 241.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3430EA is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 48 | 234 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.08 |
| HSL | 241.29º | 0.82% | 0.55% | - |
| HSV(B) | 241.29º | 0.79% | 0.92% | - |
| XYZ | 17.32 | 8.78 | 78.62 | - |
| YUV | 70.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 234 | 0.78 | 0.79 | 0 | 0.08 | 241.29 | 0.82 | 0.55 |
| Hex | 34 | 30 | EA | 4E | 4F | 0 | 8 | F1 | 52 | 37 |
| Octal | 64 | 60 | 352 | 116 | 117 | 0 | 10 | 361 | 122 | 67 |
| Binary | 110100 | 110000 | 11101010 | 1001110 | 1001111 | 0 | 1000 | 11110001 | 1010010 | 110111 |
Color Harmonies of #3430EA
Complementary color
Monochromatic Colors of #3430EA
Black with #3430EA
Text Example
Text Example
White with #3430EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430EA; }
p { color: rgb(52,48,234); }
H1.HeaderClassName
{
color: #3430EA;
}
.AnyTagClassName
{
color: #3430EA;
}
</style>
background-color css
<style>
a { background-color: #3430EA; }
a { background-color: rgb(52,48,234); }
div.DivClassName
{
background-color: #3430EA;
}
.BgClassName
{
background-color: #3430EA;
}
</style>
border-color css
<style>
span { border-color: #3430EA; }
span { border-color: rgb(52,48,234); }
td.TdClassName
{
border-color: #3430EA;
}
.TagClassName
{
border-color: #3430EA;
}
</style>