Shades of Neon Blue #383FEC
Tints of Neon Blue #383FEC
RGB
CMYK
RGB Variations
Color information
#383FEC (or 0x383FEC) is known color: Neon Blue. HEX triplet: 38, 3F and EC. RGB value is (56,63,236). Sum of RGB (Red+Green+Blue) = 56+63+236=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #383FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FEC is #C7C013. Grayscale: #4F4F4F. Windows color (decimal): -13090836 or 15482680. OLE color: 15482680.
HSL color Cylindrical-coordinate representation of color #383FEC: hue angle of 237.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383FEC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 63 | 236 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 237.67º | 0.83% | 0.57% | - |
| HSV(B) | 237.67º | 0.76% | 0.93% | - |
| XYZ | 18.55 | 10.45 | 80.4 | - |
| YUV | 80.63 | 215.68 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 236 | 0.76 | 0.73 | 0 | 0.07 | 237.67 | 0.83 | 0.57 |
| Hex | 38 | 3F | EC | 4C | 49 | 0 | 7 | EE | 53 | 39 |
| Octal | 70 | 77 | 354 | 114 | 111 | 0 | 7 | 356 | 123 | 71 |
| Binary | 111000 | 111111 | 11101100 | 1001100 | 1001001 | 0 | 111 | 11101110 | 1010011 | 111001 |
Color Harmonies of #383FEC
Complementary color
Monochromatic Colors of #383FEC
Black with #383FEC
Text Example
Text Example
White with #383FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FEC; }
p { color: rgb(56,63,236); }
H1.HeaderClassName
{
color: #383FEC;
}
.AnyTagClassName
{
color: #383FEC;
}
</style>
background-color css
<style>
a { background-color: #383FEC; }
a { background-color: rgb(56,63,236); }
div.DivClassName
{
background-color: #383FEC;
}
.BgClassName
{
background-color: #383FEC;
}
</style>
border-color css
<style>
span { border-color: #383FEC; }
span { border-color: rgb(56,63,236); }
td.TdClassName
{
border-color: #383FEC;
}
.TagClassName
{
border-color: #383FEC;
}
</style>