Shades of Neon Blue #383FEA
Tints of Neon Blue #383FEA
RGB
CMYK
RGB Variations
Color information
#383FEA (or 0x383FEA) is known color: Neon Blue. HEX triplet: 38, 3F and EA. RGB value is (56,63,234). Sum of RGB (Red+Green+Blue) = 56+63+234=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #383FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FEA is #C7C015. Grayscale: #4F4F4F. Windows color (decimal): -13090838 or 15351608. OLE color: 15351608.
HSL color Cylindrical-coordinate representation of color #383FEA: hue angle of 237.64º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383FEA is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 63 | 234 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.08 |
| HSL | 237.64º | 0.81% | 0.57% | - |
| HSV(B) | 237.64º | 0.76% | 0.92% | - |
| XYZ | 18.26 | 10.34 | 78.87 | - |
| YUV | 80.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 234 | 0.76 | 0.73 | 0 | 0.08 | 237.64 | 0.81 | 0.57 |
| Hex | 38 | 3F | EA | 4C | 49 | 0 | 8 | EE | 51 | 39 |
| Octal | 70 | 77 | 352 | 114 | 111 | 0 | 10 | 356 | 121 | 71 |
| Binary | 111000 | 111111 | 11101010 | 1001100 | 1001001 | 0 | 1000 | 11101110 | 1010001 | 111001 |
Color Harmonies of #383FEA
Complementary color
Monochromatic Colors of #383FEA
Black with #383FEA
Text Example
Text Example
White with #383FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FEA; }
p { color: rgb(56,63,234); }
H1.HeaderClassName
{
color: #383FEA;
}
.AnyTagClassName
{
color: #383FEA;
}
</style>
background-color css
<style>
a { background-color: #383FEA; }
a { background-color: rgb(56,63,234); }
div.DivClassName
{
background-color: #383FEA;
}
.BgClassName
{
background-color: #383FEA;
}
</style>
border-color css
<style>
span { border-color: #383FEA; }
span { border-color: rgb(56,63,234); }
td.TdClassName
{
border-color: #383FEA;
}
.TagClassName
{
border-color: #383FEA;
}
</style>