Shades of Neon Blue #384DFE
Tints of Neon Blue #384DFE
RGB
CMYK
RGB Variations
Color information
#384DFE (or 0x384DFE) is known color: Neon Blue. HEX triplet: 38, 4D and FE. RGB value is (56,77,254). Sum of RGB (Red+Green+Blue) = 56+77+254=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #384DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DFE is #C7B201. Grayscale: #5A5A5A. Windows color (decimal): -13087234 or 16665912. OLE color: 16665912.
HSL color Cylindrical-coordinate representation of color #384DFE: hue angle of 233.64º 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 #384DFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 77 | 254 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.00 |
| HSL | 233.64º | 0.99% | 0.61% | - |
| HSV(B) | 233.64º | 0.78% | 1% | - |
| XYZ | 22.17 | 13.3 | 95.17 | - |
| YUV | 90.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 254 | 0.78 | 0.70 | 0 | 0.00 | 233.64 | 0.99 | 0.61 |
| Hex | 38 | 4D | FE | 4E | 46 | 0 | 0 | EA | 63 | 3D |
| Octal | 70 | 115 | 376 | 116 | 106 | 0 | 0 | 352 | 143 | 75 |
| Binary | 111000 | 1001101 | 11111110 | 1001110 | 1000110 | 0 | 0 | 11101010 | 1100011 | 111101 |
Color Harmonies of #384DFE
Complementary color
Monochromatic Colors of #384DFE
Black with #384DFE
Text Example
Text Example
White with #384DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384DFE; }
p { color: rgb(56,77,254); }
H1.HeaderClassName
{
color: #384DFE;
}
.AnyTagClassName
{
color: #384DFE;
}
</style>
background-color css
<style>
a { background-color: #384DFE; }
a { background-color: rgb(56,77,254); }
div.DivClassName
{
background-color: #384DFE;
}
.BgClassName
{
background-color: #384DFE;
}
</style>
border-color css
<style>
span { border-color: #384DFE; }
span { border-color: rgb(56,77,254); }
td.TdClassName
{
border-color: #384DFE;
}
.TagClassName
{
border-color: #384DFE;
}
</style>