Shades of Neon Blue #383FE8
Tints of Neon Blue #383FE8
RGB
CMYK
RGB Variations
Color information
#383FE8 (or 0x383FE8) is known color: Neon Blue. HEX triplet: 38, 3F and E8. RGB value is (56,63,232). Sum of RGB (Red+Green+Blue) = 56+63+232=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #383FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FE8 is #C7C017. Grayscale: #4F4F4F. Windows color (decimal): -13090840 or 15220536. OLE color: 15220536.
HSL color Cylindrical-coordinate representation of color #383FE8: hue angle of 237.61º 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 #383FE8 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 63 | 232 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.09 |
| HSL | 237.61º | 0.79% | 0.56% | - |
| HSV(B) | 237.61º | 0.76% | 0.91% | - |
| XYZ | 17.97 | 10.22 | 77.37 | - |
| YUV | 80.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 232 | 0.76 | 0.73 | 0 | 0.09 | 237.61 | 0.79 | 0.56 |
| Hex | 38 | 3F | E8 | 4C | 49 | 0 | 9 | EE | 4F | 38 |
| Octal | 70 | 77 | 350 | 114 | 111 | 0 | 11 | 356 | 117 | 70 |
| Binary | 111000 | 111111 | 11101000 | 1001100 | 1001001 | 0 | 1001 | 11101110 | 1001111 | 111000 |
Color Harmonies of #383FE8
Complementary color
Monochromatic Colors of #383FE8
Black with #383FE8
Text Example
Text Example
White with #383FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FE8; }
p { color: rgb(56,63,232); }
H1.HeaderClassName
{
color: #383FE8;
}
.AnyTagClassName
{
color: #383FE8;
}
</style>
background-color css
<style>
a { background-color: #383FE8; }
a { background-color: rgb(56,63,232); }
div.DivClassName
{
background-color: #383FE8;
}
.BgClassName
{
background-color: #383FE8;
}
</style>
border-color css
<style>
span { border-color: #383FE8; }
span { border-color: rgb(56,63,232); }
td.TdClassName
{
border-color: #383FE8;
}
.TagClassName
{
border-color: #383FE8;
}
</style>