Shades of Neon Blue #384CEF
Tints of Neon Blue #384CEF
RGB
CMYK
RGB Variations
Color information
#384CEF (or 0x384CEF) is known color: Neon Blue. HEX triplet: 38, 4C and EF. RGB value is (56,76,239). Sum of RGB (Red+Green+Blue) = 56+76+239=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #384CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CEF is #C7B310. Grayscale: #575757. Windows color (decimal): -13087505 or 15682616. OLE color: 15682616.
HSL color Cylindrical-coordinate representation of color #384CEF: hue angle of 233.44º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384CEF is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 76 | 239 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.06 |
| HSL | 233.44º | 0.85% | 0.58% | - |
| HSV(B) | 233.44º | 0.77% | 0.94% | - |
| XYZ | 19.8 | 12.24 | 82.98 | - |
| YUV | 88.6 | 212.87 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 239 | 0.77 | 0.68 | 0 | 0.06 | 233.44 | 0.85 | 0.58 |
| Hex | 38 | 4C | EF | 4D | 44 | 0 | 6 | E9 | 55 | 3A |
| Octal | 70 | 114 | 357 | 115 | 104 | 0 | 6 | 351 | 125 | 72 |
| Binary | 111000 | 1001100 | 11101111 | 1001101 | 1000100 | 0 | 110 | 11101001 | 1010101 | 111010 |
Color Harmonies of #384CEF
Complementary color
Monochromatic Colors of #384CEF
Black with #384CEF
Text Example
Text Example
White with #384CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CEF; }
p { color: rgb(56,76,239); }
H1.HeaderClassName
{
color: #384CEF;
}
.AnyTagClassName
{
color: #384CEF;
}
</style>
background-color css
<style>
a { background-color: #384CEF; }
a { background-color: rgb(56,76,239); }
div.DivClassName
{
background-color: #384CEF;
}
.BgClassName
{
background-color: #384CEF;
}
</style>
border-color css
<style>
span { border-color: #384CEF; }
span { border-color: rgb(56,76,239); }
td.TdClassName
{
border-color: #384CEF;
}
.TagClassName
{
border-color: #384CEF;
}
</style>