Shades of Neon Blue #385FFF
Tints of Neon Blue #385FFF
RGB
CMYK
RGB Variations
Color information
#385FFF (or 0x385FFF) is known color: Neon Blue. HEX triplet: 38, 5F and FF. RGB value is (56,95,255). Sum of RGB (Red+Green+Blue) = 56+95+255=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #385FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FFF is #C7A000. Grayscale: #646464. Windows color (decimal): -13082625 or 16736056. OLE color: 16736056.
HSL color Cylindrical-coordinate representation of color #385FFF: hue angle of 228.24º 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 #385FFF is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 95 | 255 | - |
| CMYK | 0.78 | 0.63 | 0 | 0 |
| HSL | 228.24º | 1% | 0.61% | - |
| HSV(B) | 228.24º | 0.78% | 1% | - |
| XYZ | 23.77 | 16.25 | 96.49 | - |
| YUV | 101.58 | 214.58 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 255 | 0.78 | 0.63 | 0 | 0 | 228.24 | 1 | 0.61 |
| Hex | 38 | 5F | FF | 4E | 3F | 0 | 0 | E4 | 64 | 3D |
| Octal | 70 | 137 | 377 | 116 | 77 | 0 | 0 | 344 | 144 | 75 |
| Binary | 111000 | 1011111 | 11111111 | 1001110 | 111111 | 0 | 0 | 11100100 | 1100100 | 111101 |
Color Harmonies of #385FFF
Complementary color
Monochromatic Colors of #385FFF
Black with #385FFF
Text Example
Text Example
White with #385FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FFF; }
p { color: rgb(56,95,255); }
H1.HeaderClassName
{
color: #385FFF;
}
.AnyTagClassName
{
color: #385FFF;
}
</style>
background-color css
<style>
a { background-color: #385FFF; }
a { background-color: rgb(56,95,255); }
div.DivClassName
{
background-color: #385FFF;
}
.BgClassName
{
background-color: #385FFF;
}
</style>
border-color css
<style>
span { border-color: #385FFF; }
span { border-color: rgb(56,95,255); }
td.TdClassName
{
border-color: #385FFF;
}
.TagClassName
{
border-color: #385FFF;
}
</style>