Shades of Neon Blue #4349ED
Tints of Neon Blue #4349ED
RGB
CMYK
RGB Variations
Color information
#4349ED (or 0x4349ED) is known color: Neon Blue. HEX triplet: 43, 49 and ED. RGB value is (67,73,237). Sum of RGB (Red+Green+Blue) = 67+73+237=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #4349ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4349ED is #BCB612. Grayscale: #595959. Windows color (decimal): -12367379 or 15550787. OLE color: 15550787.
HSL color Cylindrical-coordinate representation of color #4349ED: hue angle of 237.88º 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 #4349ED is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 73 | 237 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.07 |
| HSL | 237.88º | 0.83% | 0.6% | - |
| HSV(B) | 237.88º | 0.72% | 0.93% | - |
| XYZ | 19.98 | 12.07 | 81.4 | - |
| YUV | 89.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 237 | 0.72 | 0.69 | 0 | 0.07 | 237.88 | 0.83 | 0.6 |
| Hex | 43 | 49 | ED | 48 | 45 | 0 | 7 | EE | 53 | 3C |
| Octal | 103 | 111 | 355 | 110 | 105 | 0 | 7 | 356 | 123 | 74 |
| Binary | 1000011 | 1001001 | 11101101 | 1001000 | 1000101 | 0 | 111 | 11101110 | 1010011 | 111100 |
Color Harmonies of #4349ED
Complementary color
Monochromatic Colors of #4349ED
Black with #4349ED
Text Example
Text Example
White with #4349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349ED; }
p { color: rgb(67,73,237); }
H1.HeaderClassName
{
color: #4349ED;
}
.AnyTagClassName
{
color: #4349ED;
}
</style>
background-color css
<style>
a { background-color: #4349ED; }
a { background-color: rgb(67,73,237); }
div.DivClassName
{
background-color: #4349ED;
}
.BgClassName
{
background-color: #4349ED;
}
</style>
border-color css
<style>
span { border-color: #4349ED; }
span { border-color: rgb(67,73,237); }
td.TdClassName
{
border-color: #4349ED;
}
.TagClassName
{
border-color: #4349ED;
}
</style>