Shades of Neon Blue #385CFF
Tints of Neon Blue #385CFF
RGB
CMYK
RGB Variations
Color information
#385CFF (or 0x385CFF) is known color: Neon Blue. HEX triplet: 38, 5C and FF. RGB value is (56,92,255). Sum of RGB (Red+Green+Blue) = 56+92+255=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #385CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CFF is #C7A300. Grayscale: #636363. Windows color (decimal): -13083393 or 16735288. OLE color: 16735288.
HSL color Cylindrical-coordinate representation of color #385CFF: hue angle of 229.15º 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 #385CFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 92 | 255 | - |
| CMYK | 0.78 | 0.64 | 0 | 0 |
| HSL | 229.15º | 1% | 0.61% | - |
| HSV(B) | 229.15º | 0.78% | 1% | - |
| XYZ | 23.51 | 15.72 | 96.4 | - |
| YUV | 99.82 | 215.57 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 255 | 0.78 | 0.64 | 0 | 0 | 229.15 | 1 | 0.61 |
| Hex | 38 | 5C | FF | 4E | 40 | 0 | 0 | E5 | 64 | 3D |
| Octal | 70 | 134 | 377 | 116 | 100 | 0 | 0 | 345 | 144 | 75 |
| Binary | 111000 | 1011100 | 11111111 | 1001110 | 1000000 | 0 | 0 | 11100101 | 1100100 | 111101 |
Color Harmonies of #385CFF
Complementary color
Monochromatic Colors of #385CFF
Black with #385CFF
Text Example
Text Example
White with #385CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CFF; }
p { color: rgb(56,92,255); }
H1.HeaderClassName
{
color: #385CFF;
}
.AnyTagClassName
{
color: #385CFF;
}
</style>
background-color css
<style>
a { background-color: #385CFF; }
a { background-color: rgb(56,92,255); }
div.DivClassName
{
background-color: #385CFF;
}
.BgClassName
{
background-color: #385CFF;
}
</style>
border-color css
<style>
span { border-color: #385CFF; }
span { border-color: rgb(56,92,255); }
td.TdClassName
{
border-color: #385CFF;
}
.TagClassName
{
border-color: #385CFF;
}
</style>