Shades of Neon Blue #3441ED
Tints of Neon Blue #3441ED
RGB
CMYK
RGB Variations
Color information
#3441ED (or 0x3441ED) is known color: Neon Blue. HEX triplet: 34, 41 and ED. RGB value is (52,65,237). Sum of RGB (Red+Green+Blue) = 52+65+237=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #3441ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3441ED is #CBBE12. Grayscale: #505050. Windows color (decimal): -13352467 or 15548724. OLE color: 15548724.
HSL color Cylindrical-coordinate representation of color #3441ED: hue angle of 235.78º 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 #3441ED is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 65 | 237 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 235.78º | 0.84% | 0.57% | - |
| HSV(B) | 235.78º | 0.78% | 0.93% | - |
| XYZ | 18.59 | 10.63 | 81.19 | - |
| YUV | 80.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 237 | 0.78 | 0.73 | 0 | 0.07 | 235.78 | 0.84 | 0.57 |
| Hex | 34 | 41 | ED | 4E | 49 | 0 | 7 | EC | 54 | 39 |
| Octal | 64 | 101 | 355 | 116 | 111 | 0 | 7 | 354 | 124 | 71 |
| Binary | 110100 | 1000001 | 11101101 | 1001110 | 1001001 | 0 | 111 | 11101100 | 1010100 | 111001 |
Color Harmonies of #3441ED
Complementary color
Monochromatic Colors of #3441ED
Black with #3441ED
Text Example
Text Example
White with #3441ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3441ED; }
p { color: rgb(52,65,237); }
H1.HeaderClassName
{
color: #3441ED;
}
.AnyTagClassName
{
color: #3441ED;
}
</style>
background-color css
<style>
a { background-color: #3441ED; }
a { background-color: rgb(52,65,237); }
div.DivClassName
{
background-color: #3441ED;
}
.BgClassName
{
background-color: #3441ED;
}
</style>
border-color css
<style>
span { border-color: #3441ED; }
span { border-color: rgb(52,65,237); }
td.TdClassName
{
border-color: #3441ED;
}
.TagClassName
{
border-color: #3441ED;
}
</style>