Shades of Neon Blue #385EFE
Tints of Neon Blue #385EFE
RGB
CMYK
RGB Variations
Color information
#385EFE (or 0x385EFE) is known color: Neon Blue. HEX triplet: 38, 5E and FE. RGB value is (56,94,254). Sum of RGB (Red+Green+Blue) = 56+94+254=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #385EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385EFE is #C7A101. Grayscale: #646464. Windows color (decimal): -13082882 or 16670264. OLE color: 16670264.
HSL color Cylindrical-coordinate representation of color #385EFE: hue angle of 228.48º 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 #385EFE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 94 | 254 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.00 |
| HSL | 228.48º | 0.99% | 0.61% | - |
| HSV(B) | 228.48º | 0.78% | 1% | - |
| XYZ | 23.52 | 16 | 95.61 | - |
| YUV | 100.88 | 214.41 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 254 | 0.78 | 0.63 | 0 | 0.00 | 228.48 | 0.99 | 0.61 |
| Hex | 38 | 5E | FE | 4E | 3F | 0 | 0 | E4 | 63 | 3D |
| Octal | 70 | 136 | 376 | 116 | 77 | 0 | 0 | 344 | 143 | 75 |
| Binary | 111000 | 1011110 | 11111110 | 1001110 | 111111 | 0 | 0 | 11100100 | 1100011 | 111101 |
Color Harmonies of #385EFE
Complementary color
Monochromatic Colors of #385EFE
Black with #385EFE
Text Example
Text Example
White with #385EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EFE; }
p { color: rgb(56,94,254); }
H1.HeaderClassName
{
color: #385EFE;
}
.AnyTagClassName
{
color: #385EFE;
}
</style>
background-color css
<style>
a { background-color: #385EFE; }
a { background-color: rgb(56,94,254); }
div.DivClassName
{
background-color: #385EFE;
}
.BgClassName
{
background-color: #385EFE;
}
</style>
border-color css
<style>
span { border-color: #385EFE; }
span { border-color: rgb(56,94,254); }
td.TdClassName
{
border-color: #385EFE;
}
.TagClassName
{
border-color: #385EFE;
}
</style>