Shades of Neon Blue #4338ED
Tints of Neon Blue #4338ED
RGB
CMYK
RGB Variations
Color information
#4338ED (or 0x4338ED) is known color: Neon Blue. HEX triplet: 43, 38 and ED. RGB value is (67,56,237). Sum of RGB (Red+Green+Blue) = 67+56+237=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #4338ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4338ED is #BCC712. Grayscale: #4F4F4F. Windows color (decimal): -12371731 or 15546435. OLE color: 15546435.
HSL color Cylindrical-coordinate representation of color #4338ED: hue angle of 243.65º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4338ED is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 56 | 237 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.07 |
| HSL | 243.65º | 0.83% | 0.57% | - |
| HSV(B) | 243.65º | 0.76% | 0.93% | - |
| XYZ | 19.01 | 10.14 | 81.08 | - |
| YUV | 79.92 | 216.64 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 237 | 0.72 | 0.76 | 0 | 0.07 | 243.65 | 0.83 | 0.57 |
| Hex | 43 | 38 | ED | 48 | 4C | 0 | 7 | F4 | 53 | 39 |
| Octal | 103 | 70 | 355 | 110 | 114 | 0 | 7 | 364 | 123 | 71 |
| Binary | 1000011 | 111000 | 11101101 | 1001000 | 1001100 | 0 | 111 | 11110100 | 1010011 | 111001 |
Color Harmonies of #4338ED
Complementary color
Monochromatic Colors of #4338ED
Black with #4338ED
Text Example
Text Example
White with #4338ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338ED; }
p { color: rgb(67,56,237); }
H1.HeaderClassName
{
color: #4338ED;
}
.AnyTagClassName
{
color: #4338ED;
}
</style>
background-color css
<style>
a { background-color: #4338ED; }
a { background-color: rgb(67,56,237); }
div.DivClassName
{
background-color: #4338ED;
}
.BgClassName
{
background-color: #4338ED;
}
</style>
border-color css
<style>
span { border-color: #4338ED; }
span { border-color: rgb(67,56,237); }
td.TdClassName
{
border-color: #4338ED;
}
.TagClassName
{
border-color: #4338ED;
}
</style>