Shades of Neon Blue #384EEF
Tints of Neon Blue #384EEF
RGB
CMYK
RGB Variations
Color information
#384EEF (or 0x384EEF) is known color: Neon Blue. HEX triplet: 38, 4E and EF. RGB value is (56,78,239). Sum of RGB (Red+Green+Blue) = 56+78+239=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #384EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EEF is #C7B110. Grayscale: #595959. Windows color (decimal): -13086993 or 15683128. OLE color: 15683128.
HSL color Cylindrical-coordinate representation of color #384EEF: hue angle of 232.79º 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 #384EEF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 78 | 239 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.06 |
| HSL | 232.79º | 0.85% | 0.58% | - |
| HSV(B) | 232.79º | 0.77% | 0.94% | - |
| XYZ | 19.94 | 12.52 | 83.03 | - |
| YUV | 89.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 239 | 0.77 | 0.67 | 0 | 0.06 | 232.79 | 0.85 | 0.58 |
| Hex | 38 | 4E | EF | 4D | 43 | 0 | 6 | E9 | 55 | 3A |
| Octal | 70 | 116 | 357 | 115 | 103 | 0 | 6 | 351 | 125 | 72 |
| Binary | 111000 | 1001110 | 11101111 | 1001101 | 1000011 | 0 | 110 | 11101001 | 1010101 | 111010 |
Color Harmonies of #384EEF
Complementary color
Monochromatic Colors of #384EEF
Black with #384EEF
Text Example
Text Example
White with #384EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EEF; }
p { color: rgb(56,78,239); }
H1.HeaderClassName
{
color: #384EEF;
}
.AnyTagClassName
{
color: #384EEF;
}
</style>
background-color css
<style>
a { background-color: #384EEF; }
a { background-color: rgb(56,78,239); }
div.DivClassName
{
background-color: #384EEF;
}
.BgClassName
{
background-color: #384EEF;
}
</style>
border-color css
<style>
span { border-color: #384EEF; }
span { border-color: rgb(56,78,239); }
td.TdClassName
{
border-color: #384EEF;
}
.TagClassName
{
border-color: #384EEF;
}
</style>