Shades of Neon Blue #383CE7
Tints of Neon Blue #383CE7
RGB
CMYK
RGB Variations
Color information
#383CE7 (or 0x383CE7) is known color: Neon Blue. HEX triplet: 38, 3C and E7. RGB value is (56,60,231). Sum of RGB (Red+Green+Blue) = 56+60+231=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #383CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CE7 is #C7C318. Grayscale: #4D4D4D. Windows color (decimal): -13091609 or 15154232. OLE color: 15154232.
HSL color Cylindrical-coordinate representation of color #383CE7: hue angle of 238.63º degrees, saturation: 0.78, 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 #383CE7 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 60 | 231 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.09 |
| HSL | 238.63º | 0.78% | 0.56% | - |
| HSV(B) | 238.63º | 0.76% | 0.91% | - |
| XYZ | 17.67 | 9.84 | 76.57 | - |
| YUV | 78.3 | 214.17 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 231 | 0.76 | 0.74 | 0 | 0.09 | 238.63 | 0.78 | 0.56 |
| Hex | 38 | 3C | E7 | 4C | 4A | 0 | 9 | EF | 4E | 38 |
| Octal | 70 | 74 | 347 | 114 | 112 | 0 | 11 | 357 | 116 | 70 |
| Binary | 111000 | 111100 | 11100111 | 1001100 | 1001010 | 0 | 1001 | 11101111 | 1001110 | 111000 |
Color Harmonies of #383CE7
Complementary color
Monochromatic Colors of #383CE7
Black with #383CE7
Text Example
Text Example
White with #383CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CE7; }
p { color: rgb(56,60,231); }
H1.HeaderClassName
{
color: #383CE7;
}
.AnyTagClassName
{
color: #383CE7;
}
</style>
background-color css
<style>
a { background-color: #383CE7; }
a { background-color: rgb(56,60,231); }
div.DivClassName
{
background-color: #383CE7;
}
.BgClassName
{
background-color: #383CE7;
}
</style>
border-color css
<style>
span { border-color: #383CE7; }
span { border-color: rgb(56,60,231); }
td.TdClassName
{
border-color: #383CE7;
}
.TagClassName
{
border-color: #383CE7;
}
</style>