Shades of Neon Blue #3438ED
Tints of Neon Blue #3438ED
RGB
CMYK
RGB Variations
Color information
#3438ED (or 0x3438ED) is known color: Neon Blue. HEX triplet: 34, 38 and ED. RGB value is (52,56,237). Sum of RGB (Red+Green+Blue) = 52+56+237=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #3438ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3438ED is #CBC712. Grayscale: #4A4A4A. Windows color (decimal): -13354771 or 15546420. OLE color: 15546420.
HSL color Cylindrical-coordinate representation of color #3438ED: hue angle of 238.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3438ED is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 56 | 237 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.07 |
| HSL | 238.7º | 0.84% | 0.57% | - |
| HSV(B) | 238.7º | 0.78% | 0.93% | - |
| XYZ | 18.12 | 9.67 | 81.03 | - |
| YUV | 75.44 | 219.17 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 237 | 0.78 | 0.76 | 0 | 0.07 | 238.7 | 0.84 | 0.57 |
| Hex | 34 | 38 | ED | 4E | 4C | 0 | 7 | EF | 54 | 39 |
| Octal | 64 | 70 | 355 | 116 | 114 | 0 | 7 | 357 | 124 | 71 |
| Binary | 110100 | 111000 | 11101101 | 1001110 | 1001100 | 0 | 111 | 11101111 | 1010100 | 111001 |
Color Harmonies of #3438ED
Complementary color
Monochromatic Colors of #3438ED
Black with #3438ED
Text Example
Text Example
White with #3438ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3438ED; }
p { color: rgb(52,56,237); }
H1.HeaderClassName
{
color: #3438ED;
}
.AnyTagClassName
{
color: #3438ED;
}
</style>
background-color css
<style>
a { background-color: #3438ED; }
a { background-color: rgb(52,56,237); }
div.DivClassName
{
background-color: #3438ED;
}
.BgClassName
{
background-color: #3438ED;
}
</style>
border-color css
<style>
span { border-color: #3438ED; }
span { border-color: rgb(52,56,237); }
td.TdClassName
{
border-color: #3438ED;
}
.TagClassName
{
border-color: #3438ED;
}
</style>