Shades of Neon Blue #384CEC
Tints of Neon Blue #384CEC
RGB
CMYK
RGB Variations
Color information
#384CEC (or 0x384CEC) is known color: Neon Blue. HEX triplet: 38, 4C and EC. RGB value is (56,76,236). Sum of RGB (Red+Green+Blue) = 56+76+236=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #384CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CEC is #C7B313. Grayscale: #575757. Windows color (decimal): -13087508 or 15486008. OLE color: 15486008.
HSL color Cylindrical-coordinate representation of color #384CEC: hue angle of 233.33º 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 #384CEC is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 76 | 236 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.07 |
| HSL | 233.33º | 0.83% | 0.57% | - |
| HSV(B) | 233.33º | 0.76% | 0.93% | - |
| XYZ | 19.36 | 12.07 | 80.67 | - |
| YUV | 88.26 | 211.37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 236 | 0.76 | 0.68 | 0 | 0.07 | 233.33 | 0.83 | 0.57 |
| Hex | 38 | 4C | EC | 4C | 44 | 0 | 7 | E9 | 53 | 39 |
| Octal | 70 | 114 | 354 | 114 | 104 | 0 | 7 | 351 | 123 | 71 |
| Binary | 111000 | 1001100 | 11101100 | 1001100 | 1000100 | 0 | 111 | 11101001 | 1010011 | 111001 |
Color Harmonies of #384CEC
Complementary color
Monochromatic Colors of #384CEC
Black with #384CEC
Text Example
Text Example
White with #384CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CEC; }
p { color: rgb(56,76,236); }
H1.HeaderClassName
{
color: #384CEC;
}
.AnyTagClassName
{
color: #384CEC;
}
</style>
background-color css
<style>
a { background-color: #384CEC; }
a { background-color: rgb(56,76,236); }
div.DivClassName
{
background-color: #384CEC;
}
.BgClassName
{
background-color: #384CEC;
}
</style>
border-color css
<style>
span { border-color: #384CEC; }
span { border-color: rgb(56,76,236); }
td.TdClassName
{
border-color: #384CEC;
}
.TagClassName
{
border-color: #384CEC;
}
</style>