Shades of Neon Blue #385AFF
Tints of Neon Blue #385AFF
RGB
CMYK
RGB Variations
Color information
#385AFF (or 0x385AFF) is known color: Neon Blue. HEX triplet: 38, 5A and FF. RGB value is (56,90,255). Sum of RGB (Red+Green+Blue) = 56+90+255=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #385AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385AFF is #C7A500. Grayscale: #616161. Windows color (decimal): -13083905 or 16734776. OLE color: 16734776.
HSL color Cylindrical-coordinate representation of color #385AFF: hue angle of 229.75º 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 #385AFF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 90 | 255 | - |
| CMYK | 0.78 | 0.65 | 0 | 0 |
| HSL | 229.75º | 1% | 0.61% | - |
| HSV(B) | 229.75º | 0.78% | 1% | - |
| XYZ | 23.34 | 15.37 | 96.35 | - |
| YUV | 98.64 | 216.24 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 255 | 0.78 | 0.65 | 0 | 0 | 229.75 | 1 | 0.61 |
| Hex | 38 | 5A | FF | 4E | 41 | 0 | 0 | E6 | 64 | 3D |
| Octal | 70 | 132 | 377 | 116 | 101 | 0 | 0 | 346 | 144 | 75 |
| Binary | 111000 | 1011010 | 11111111 | 1001110 | 1000001 | 0 | 0 | 11100110 | 1100100 | 111101 |
Color Harmonies of #385AFF
Complementary color
Monochromatic Colors of #385AFF
Black with #385AFF
Text Example
Text Example
White with #385AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385AFF; }
p { color: rgb(56,90,255); }
H1.HeaderClassName
{
color: #385AFF;
}
.AnyTagClassName
{
color: #385AFF;
}
</style>
background-color css
<style>
a { background-color: #385AFF; }
a { background-color: rgb(56,90,255); }
div.DivClassName
{
background-color: #385AFF;
}
.BgClassName
{
background-color: #385AFF;
}
</style>
border-color css
<style>
span { border-color: #385AFF; }
span { border-color: rgb(56,90,255); }
td.TdClassName
{
border-color: #385AFF;
}
.TagClassName
{
border-color: #385AFF;
}
</style>