Shades of Neon Blue #385BFE
Tints of Neon Blue #385BFE
RGB
CMYK
RGB Variations
Color information
#385BFE (or 0x385BFE) is known color: Neon Blue. HEX triplet: 38, 5B and FE. RGB value is (56,91,254). Sum of RGB (Red+Green+Blue) = 56+91+254=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #385BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BFE is #C7A401. Grayscale: #626262. Windows color (decimal): -13083650 or 16669496. OLE color: 16669496.
HSL color Cylindrical-coordinate representation of color #385BFE: hue angle of 229.39º 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 #385BFE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 91 | 254 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.00 |
| HSL | 229.39º | 0.99% | 0.61% | - |
| HSV(B) | 229.39º | 0.78% | 1% | - |
| XYZ | 23.26 | 15.48 | 95.53 | - |
| YUV | 99.12 | 215.4 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 254 | 0.78 | 0.64 | 0 | 0.00 | 229.39 | 0.99 | 0.61 |
| Hex | 38 | 5B | FE | 4E | 40 | 0 | 0 | E5 | 63 | 3D |
| Octal | 70 | 133 | 376 | 116 | 100 | 0 | 0 | 345 | 143 | 75 |
| Binary | 111000 | 1011011 | 11111110 | 1001110 | 1000000 | 0 | 0 | 11100101 | 1100011 | 111101 |
Color Harmonies of #385BFE
Complementary color
Monochromatic Colors of #385BFE
Black with #385BFE
Text Example
Text Example
White with #385BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BFE; }
p { color: rgb(56,91,254); }
H1.HeaderClassName
{
color: #385BFE;
}
.AnyTagClassName
{
color: #385BFE;
}
</style>
background-color css
<style>
a { background-color: #385BFE; }
a { background-color: rgb(56,91,254); }
div.DivClassName
{
background-color: #385BFE;
}
.BgClassName
{
background-color: #385BFE;
}
</style>
border-color css
<style>
span { border-color: #385BFE; }
span { border-color: rgb(56,91,254); }
td.TdClassName
{
border-color: #385BFE;
}
.TagClassName
{
border-color: #385BFE;
}
</style>