Shades of Neon Blue #3430E9
Tints of Neon Blue #3430E9
RGB
CMYK
RGB Variations
Color information
#3430E9 (or 0x3430E9) is known color: Neon Blue. HEX triplet: 34, 30 and E9. RGB value is (52,48,233). Sum of RGB (Red+Green+Blue) = 52+48+233=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #3430E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3430E9 is #CBCF16. Grayscale: #454545. Windows color (decimal): -13356823 or 15282228. OLE color: 15282228.
HSL color Cylindrical-coordinate representation of color #3430E9: hue angle of 241.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3430E9 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 48 | 233 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.09 |
| HSL | 241.3º | 0.81% | 0.55% | - |
| HSV(B) | 241.3º | 0.79% | 0.91% | - |
| XYZ | 17.18 | 8.73 | 77.87 | - |
| YUV | 70.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 233 | 0.78 | 0.79 | 0 | 0.09 | 241.3 | 0.81 | 0.55 |
| Hex | 34 | 30 | E9 | 4E | 4F | 0 | 9 | F1 | 51 | 37 |
| Octal | 64 | 60 | 351 | 116 | 117 | 0 | 11 | 361 | 121 | 67 |
| Binary | 110100 | 110000 | 11101001 | 1001110 | 1001111 | 0 | 1001 | 11110001 | 1010001 | 110111 |
Color Harmonies of #3430E9
Complementary color
Monochromatic Colors of #3430E9
Black with #3430E9
Text Example
Text Example
White with #3430E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430E9; }
p { color: rgb(52,48,233); }
H1.HeaderClassName
{
color: #3430E9;
}
.AnyTagClassName
{
color: #3430E9;
}
</style>
background-color css
<style>
a { background-color: #3430E9; }
a { background-color: rgb(52,48,233); }
div.DivClassName
{
background-color: #3430E9;
}
.BgClassName
{
background-color: #3430E9;
}
</style>
border-color css
<style>
span { border-color: #3430E9; }
span { border-color: rgb(52,48,233); }
td.TdClassName
{
border-color: #3430E9;
}
.TagClassName
{
border-color: #3430E9;
}
</style>