Shades of Neon Blue #384EFE
Tints of Neon Blue #384EFE
RGB
CMYK
RGB Variations
Color information
#384EFE (or 0x384EFE) is known color: Neon Blue. HEX triplet: 38, 4E and FE. RGB value is (56,78,254). Sum of RGB (Red+Green+Blue) = 56+78+254=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #384EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EFE is #C7B101. Grayscale: #5A5A5A. Windows color (decimal): -13086978 or 16666168. OLE color: 16666168.
HSL color Cylindrical-coordinate representation of color #384EFE: hue angle of 233.33º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384EFE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 78 | 254 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.00 |
| HSL | 233.33º | 0.99% | 0.61% | - |
| HSV(B) | 233.33º | 0.78% | 1% | - |
| XYZ | 22.24 | 13.45 | 95.19 | - |
| YUV | 91.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 254 | 0.78 | 0.69 | 0 | 0.00 | 233.33 | 0.99 | 0.61 |
| Hex | 38 | 4E | FE | 4E | 45 | 0 | 0 | E9 | 63 | 3D |
| Octal | 70 | 116 | 376 | 116 | 105 | 0 | 0 | 351 | 143 | 75 |
| Binary | 111000 | 1001110 | 11111110 | 1001110 | 1000101 | 0 | 0 | 11101001 | 1100011 | 111101 |
Color Harmonies of #384EFE
Complementary color
Monochromatic Colors of #384EFE
Black with #384EFE
Text Example
Text Example
White with #384EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EFE; }
p { color: rgb(56,78,254); }
H1.HeaderClassName
{
color: #384EFE;
}
.AnyTagClassName
{
color: #384EFE;
}
</style>
background-color css
<style>
a { background-color: #384EFE; }
a { background-color: rgb(56,78,254); }
div.DivClassName
{
background-color: #384EFE;
}
.BgClassName
{
background-color: #384EFE;
}
</style>
border-color css
<style>
span { border-color: #384EFE; }
span { border-color: rgb(56,78,254); }
td.TdClassName
{
border-color: #384EFE;
}
.TagClassName
{
border-color: #384EFE;
}
</style>