Shades of Neon Blue #384CEB
Tints of Neon Blue #384CEB
RGB
CMYK
RGB Variations
Color information
#384CEB (or 0x384CEB) is known color: Neon Blue. HEX triplet: 38, 4C and EB. RGB value is (56,76,235). Sum of RGB (Red+Green+Blue) = 56+76+235=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #384CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CEB is #C7B314. Grayscale: #575757. Windows color (decimal): -13087509 or 15420472. OLE color: 15420472.
HSL color Cylindrical-coordinate representation of color #384CEB: hue angle of 233.3º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384CEB is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 76 | 235 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.08 |
| HSL | 233.3º | 0.82% | 0.57% | - |
| HSV(B) | 233.3º | 0.76% | 0.92% | - |
| XYZ | 19.21 | 12.01 | 79.9 | - |
| YUV | 88.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 235 | 0.76 | 0.68 | 0 | 0.08 | 233.3 | 0.82 | 0.57 |
| Hex | 38 | 4C | EB | 4C | 44 | 0 | 8 | E9 | 52 | 39 |
| Octal | 70 | 114 | 353 | 114 | 104 | 0 | 10 | 351 | 122 | 71 |
| Binary | 111000 | 1001100 | 11101011 | 1001100 | 1000100 | 0 | 1000 | 11101001 | 1010010 | 111001 |
Color Harmonies of #384CEB
Complementary color
Monochromatic Colors of #384CEB
Black with #384CEB
Text Example
Text Example
White with #384CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CEB; }
p { color: rgb(56,76,235); }
H1.HeaderClassName
{
color: #384CEB;
}
.AnyTagClassName
{
color: #384CEB;
}
</style>
background-color css
<style>
a { background-color: #384CEB; }
a { background-color: rgb(56,76,235); }
div.DivClassName
{
background-color: #384CEB;
}
.BgClassName
{
background-color: #384CEB;
}
</style>
border-color css
<style>
span { border-color: #384CEB; }
span { border-color: rgb(56,76,235); }
td.TdClassName
{
border-color: #384CEB;
}
.TagClassName
{
border-color: #384CEB;
}
</style>