Shades of Neon Blue #383BED
Tints of Neon Blue #383BED
RGB
CMYK
RGB Variations
Color information
#383BED (or 0x383BED) is known color: Neon Blue. HEX triplet: 38, 3B and ED. RGB value is (56,59,237). Sum of RGB (Red+Green+Blue) = 56+59+237=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #383BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383BED is #C7C412. Grayscale: #4D4D4D. Windows color (decimal): -13091859 or 15547192. OLE color: 15547192.
HSL color Cylindrical-coordinate representation of color #383BED: hue angle of 239.01º 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 #383BED is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 59 | 237 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.07 |
| HSL | 239.01º | 0.83% | 0.57% | - |
| HSV(B) | 239.01º | 0.76% | 0.93% | - |
| XYZ | 18.48 | 10.08 | 81.09 | - |
| YUV | 78.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 237 | 0.76 | 0.75 | 0 | 0.07 | 239.01 | 0.83 | 0.57 |
| Hex | 38 | 3B | ED | 4C | 4B | 0 | 7 | EF | 53 | 39 |
| Octal | 70 | 73 | 355 | 114 | 113 | 0 | 7 | 357 | 123 | 71 |
| Binary | 111000 | 111011 | 11101101 | 1001100 | 1001011 | 0 | 111 | 11101111 | 1010011 | 111001 |
Color Harmonies of #383BED
Complementary color
Monochromatic Colors of #383BED
Black with #383BED
Text Example
Text Example
White with #383BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BED; }
p { color: rgb(56,59,237); }
H1.HeaderClassName
{
color: #383BED;
}
.AnyTagClassName
{
color: #383BED;
}
</style>
background-color css
<style>
a { background-color: #383BED; }
a { background-color: rgb(56,59,237); }
div.DivClassName
{
background-color: #383BED;
}
.BgClassName
{
background-color: #383BED;
}
</style>
border-color css
<style>
span { border-color: #383BED; }
span { border-color: rgb(56,59,237); }
td.TdClassName
{
border-color: #383BED;
}
.TagClassName
{
border-color: #383BED;
}
</style>