Shades of Neon Blue #383BEF
Tints of Neon Blue #383BEF
RGB
CMYK
RGB Variations
Color information
#383BEF (or 0x383BEF) is known color: Neon Blue. HEX triplet: 38, 3B and EF. RGB value is (56,59,239). Sum of RGB (Red+Green+Blue) = 56+59+239=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #383BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383BEF is #C7C410. Grayscale: #4D4D4D. Windows color (decimal): -13091857 or 15678264. OLE color: 15678264.
HSL color Cylindrical-coordinate representation of color #383BEF: hue angle of 239.02º 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 #383BEF is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 59 | 239 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.06 |
| HSL | 239.02º | 0.85% | 0.58% | - |
| HSV(B) | 239.02º | 0.77% | 0.94% | - |
| XYZ | 18.77 | 10.2 | 82.64 | - |
| YUV | 78.62 | 218.51 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 239 | 0.77 | 0.75 | 0 | 0.06 | 239.02 | 0.85 | 0.58 |
| Hex | 38 | 3B | EF | 4D | 4B | 0 | 6 | EF | 55 | 3A |
| Octal | 70 | 73 | 357 | 115 | 113 | 0 | 6 | 357 | 125 | 72 |
| Binary | 111000 | 111011 | 11101111 | 1001101 | 1001011 | 0 | 110 | 11101111 | 1010101 | 111010 |
Color Harmonies of #383BEF
Complementary color
Monochromatic Colors of #383BEF
Black with #383BEF
Text Example
Text Example
White with #383BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BEF; }
p { color: rgb(56,59,239); }
H1.HeaderClassName
{
color: #383BEF;
}
.AnyTagClassName
{
color: #383BEF;
}
</style>
background-color css
<style>
a { background-color: #383BEF; }
a { background-color: rgb(56,59,239); }
div.DivClassName
{
background-color: #383BEF;
}
.BgClassName
{
background-color: #383BEF;
}
</style>
border-color css
<style>
span { border-color: #383BEF; }
span { border-color: rgb(56,59,239); }
td.TdClassName
{
border-color: #383BEF;
}
.TagClassName
{
border-color: #383BEF;
}
</style>