Shades of Neon Blue #383FEF
Tints of Neon Blue #383FEF
RGB
CMYK
RGB Variations
Color information
#383FEF (or 0x383FEF) is known color: Neon Blue. HEX triplet: 38, 3F and EF. RGB value is (56,63,239). Sum of RGB (Red+Green+Blue) = 56+63+239=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #383FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FEF is #C7C010. Grayscale: #505050. Windows color (decimal): -13090833 or 15679288. OLE color: 15679288.
HSL color Cylindrical-coordinate representation of color #383FEF: hue angle of 237.7º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383FEF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 63 | 239 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 237.7º | 0.85% | 0.58% | - |
| HSV(B) | 237.7º | 0.77% | 0.94% | - |
| XYZ | 18.99 | 10.63 | 82.71 | - |
| YUV | 80.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 239 | 0.77 | 0.74 | 0 | 0.06 | 237.7 | 0.85 | 0.58 |
| Hex | 38 | 3F | EF | 4D | 4A | 0 | 6 | EE | 55 | 3A |
| Octal | 70 | 77 | 357 | 115 | 112 | 0 | 6 | 356 | 125 | 72 |
| Binary | 111000 | 111111 | 11101111 | 1001101 | 1001010 | 0 | 110 | 11101110 | 1010101 | 111010 |
Color Harmonies of #383FEF
Complementary color
Monochromatic Colors of #383FEF
Black with #383FEF
Text Example
Text Example
White with #383FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FEF; }
p { color: rgb(56,63,239); }
H1.HeaderClassName
{
color: #383FEF;
}
.AnyTagClassName
{
color: #383FEF;
}
</style>
background-color css
<style>
a { background-color: #383FEF; }
a { background-color: rgb(56,63,239); }
div.DivClassName
{
background-color: #383FEF;
}
.BgClassName
{
background-color: #383FEF;
}
</style>
border-color css
<style>
span { border-color: #383FEF; }
span { border-color: rgb(56,63,239); }
td.TdClassName
{
border-color: #383FEF;
}
.TagClassName
{
border-color: #383FEF;
}
</style>