Shades of Neon Blue #4344ED
Tints of Neon Blue #4344ED
RGB
CMYK
RGB Variations
Color information
#4344ED (or 0x4344ED) is known color: Neon Blue. HEX triplet: 43, 44 and ED. RGB value is (67,68,237). Sum of RGB (Red+Green+Blue) = 67+68+237=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #4344ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4344ED is #BCBB12. Grayscale: #565656. Windows color (decimal): -12368659 or 15549507. OLE color: 15549507.
HSL color Cylindrical-coordinate representation of color #4344ED: hue angle of 239.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4344ED is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 68 | 237 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.07 |
| HSL | 239.65º | 0.83% | 0.6% | - |
| HSV(B) | 239.65º | 0.72% | 0.93% | - |
| XYZ | 19.67 | 11.44 | 81.29 | - |
| YUV | 86.97 | 212.67 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 237 | 0.72 | 0.71 | 0 | 0.07 | 239.65 | 0.83 | 0.6 |
| Hex | 43 | 44 | ED | 48 | 47 | 0 | 7 | F0 | 53 | 3C |
| Octal | 103 | 104 | 355 | 110 | 107 | 0 | 7 | 360 | 123 | 74 |
| Binary | 1000011 | 1000100 | 11101101 | 1001000 | 1000111 | 0 | 111 | 11110000 | 1010011 | 111100 |
Color Harmonies of #4344ED
Complementary color
Monochromatic Colors of #4344ED
Black with #4344ED
Text Example
Text Example
White with #4344ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4344ED; }
p { color: rgb(67,68,237); }
H1.HeaderClassName
{
color: #4344ED;
}
.AnyTagClassName
{
color: #4344ED;
}
</style>
background-color css
<style>
a { background-color: #4344ED; }
a { background-color: rgb(67,68,237); }
div.DivClassName
{
background-color: #4344ED;
}
.BgClassName
{
background-color: #4344ED;
}
</style>
border-color css
<style>
span { border-color: #4344ED; }
span { border-color: rgb(67,68,237); }
td.TdClassName
{
border-color: #4344ED;
}
.TagClassName
{
border-color: #4344ED;
}
</style>