Shades of Neon Blue #384BE8
Tints of Neon Blue #384BE8
RGB
CMYK
RGB Variations
Color information
#384BE8 (or 0x384BE8) is known color: Neon Blue. HEX triplet: 38, 4B and E8. RGB value is (56,75,232). Sum of RGB (Red+Green+Blue) = 56+75+232=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #384BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BE8 is #C7B417. Grayscale: #565656. Windows color (decimal): -13087768 or 15223608. OLE color: 15223608.
HSL color Cylindrical-coordinate representation of color #384BE8: hue angle of 233.52º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384BE8 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 75 | 232 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.09 |
| HSL | 233.52º | 0.79% | 0.56% | - |
| HSV(B) | 233.52º | 0.76% | 0.91% | - |
| XYZ | 18.71 | 11.7 | 77.62 | - |
| YUV | 87.22 | 209.71 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 232 | 0.76 | 0.68 | 0 | 0.09 | 233.52 | 0.79 | 0.56 |
| Hex | 38 | 4B | E8 | 4C | 44 | 0 | 9 | EA | 4F | 38 |
| Octal | 70 | 113 | 350 | 114 | 104 | 0 | 11 | 352 | 117 | 70 |
| Binary | 111000 | 1001011 | 11101000 | 1001100 | 1000100 | 0 | 1001 | 11101010 | 1001111 | 111000 |
Color Harmonies of #384BE8
Complementary color
Monochromatic Colors of #384BE8
Black with #384BE8
Text Example
Text Example
White with #384BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BE8; }
p { color: rgb(56,75,232); }
H1.HeaderClassName
{
color: #384BE8;
}
.AnyTagClassName
{
color: #384BE8;
}
</style>
background-color css
<style>
a { background-color: #384BE8; }
a { background-color: rgb(56,75,232); }
div.DivClassName
{
background-color: #384BE8;
}
.BgClassName
{
background-color: #384BE8;
}
</style>
border-color css
<style>
span { border-color: #384BE8; }
span { border-color: rgb(56,75,232); }
td.TdClassName
{
border-color: #384BE8;
}
.TagClassName
{
border-color: #384BE8;
}
</style>