Shades of Neon Blue #3430ED
Tints of Neon Blue #3430ED
RGB
CMYK
RGB Variations
Color information
#3430ED (or 0x3430ED) is known color: Neon Blue. HEX triplet: 34, 30 and ED. RGB value is (52,48,237). Sum of RGB (Red+Green+Blue) = 52+48+237=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #3430ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3430ED is #CBCF12. Grayscale: #454545. Windows color (decimal): -13356819 or 15544372. OLE color: 15544372.
HSL color Cylindrical-coordinate representation of color #3430ED: hue angle of 241.27º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3430ED is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 48 | 237 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.07 |
| HSL | 241.27º | 0.84% | 0.56% | - |
| HSV(B) | 241.27º | 0.8% | 0.93% | - |
| XYZ | 17.76 | 8.96 | 80.91 | - |
| YUV | 70.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 237 | 0.78 | 0.80 | 0 | 0.07 | 241.27 | 0.84 | 0.56 |
| Hex | 34 | 30 | ED | 4E | 50 | 0 | 7 | F1 | 54 | 38 |
| Octal | 64 | 60 | 355 | 116 | 120 | 0 | 7 | 361 | 124 | 70 |
| Binary | 110100 | 110000 | 11101101 | 1001110 | 1010000 | 0 | 111 | 11110001 | 1010100 | 111000 |
Color Harmonies of #3430ED
Complementary color
Monochromatic Colors of #3430ED
Black with #3430ED
Text Example
Text Example
White with #3430ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430ED; }
p { color: rgb(52,48,237); }
H1.HeaderClassName
{
color: #3430ED;
}
.AnyTagClassName
{
color: #3430ED;
}
</style>
background-color css
<style>
a { background-color: #3430ED; }
a { background-color: rgb(52,48,237); }
div.DivClassName
{
background-color: #3430ED;
}
.BgClassName
{
background-color: #3430ED;
}
</style>
border-color css
<style>
span { border-color: #3430ED; }
span { border-color: rgb(52,48,237); }
td.TdClassName
{
border-color: #3430ED;
}
.TagClassName
{
border-color: #3430ED;
}
</style>