Shades of Neon Blue #384EFF
Tints of Neon Blue #384EFF
RGB
CMYK
RGB Variations
Color information
#384EFF (or 0x384EFF) is known color: Neon Blue. HEX triplet: 38, 4E and FF. RGB value is (56,78,255). Sum of RGB (Red+Green+Blue) = 56+78+255=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #384EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EFF is #C7B100. Grayscale: #5A5A5A. Windows color (decimal): -13086977 or 16731704. OLE color: 16731704.
HSL color Cylindrical-coordinate representation of color #384EFF: hue angle of 233.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384EFF is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 78 | 255 | - |
| CMYK | 0.78 | 0.69 | 0 | 0 |
| HSL | 233.37º | 1% | 0.61% | - |
| HSV(B) | 233.37º | 0.78% | 1% | - |
| XYZ | 22.41 | 13.51 | 96.03 | - |
| YUV | 91.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 255 | 0.78 | 0.69 | 0 | 0 | 233.37 | 1 | 0.61 |
| Hex | 38 | 4E | FF | 4E | 45 | 0 | 0 | E9 | 64 | 3D |
| Octal | 70 | 116 | 377 | 116 | 105 | 0 | 0 | 351 | 144 | 75 |
| Binary | 111000 | 1001110 | 11111111 | 1001110 | 1000101 | 0 | 0 | 11101001 | 1100100 | 111101 |
Color Harmonies of #384EFF
Complementary color
Monochromatic Colors of #384EFF
Black with #384EFF
Text Example
Text Example
White with #384EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EFF; }
p { color: rgb(56,78,255); }
H1.HeaderClassName
{
color: #384EFF;
}
.AnyTagClassName
{
color: #384EFF;
}
</style>
background-color css
<style>
a { background-color: #384EFF; }
a { background-color: rgb(56,78,255); }
div.DivClassName
{
background-color: #384EFF;
}
.BgClassName
{
background-color: #384EFF;
}
</style>
border-color css
<style>
span { border-color: #384EFF; }
span { border-color: rgb(56,78,255); }
td.TdClassName
{
border-color: #384EFF;
}
.TagClassName
{
border-color: #384EFF;
}
</style>