Shades of Neon Blue #383FF0
Tints of Neon Blue #383FF0
RGB
CMYK
RGB Variations
Color information
#383FF0 (or 0x383FF0) is known color: Neon Blue. HEX triplet: 38, 3F and F0. RGB value is (56,63,240). Sum of RGB (Red+Green+Blue) = 56+63+240=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #383FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FF0 is #C7C00F. Grayscale: #505050. Windows color (decimal): -13090832 or 15744824. OLE color: 15744824.
HSL color Cylindrical-coordinate representation of color #383FF0: hue angle of 237.72º degrees, saturation: 0.86, 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 #383FF0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 63 | 240 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.06 |
| HSL | 237.72º | 0.86% | 0.58% | - |
| HSV(B) | 237.72º | 0.77% | 0.94% | - |
| XYZ | 19.14 | 10.69 | 83.49 | - |
| YUV | 81.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 240 | 0.77 | 0.74 | 0 | 0.06 | 237.72 | 0.86 | 0.58 |
| Hex | 38 | 3F | F0 | 4D | 4A | 0 | 6 | EE | 56 | 3A |
| Octal | 70 | 77 | 360 | 115 | 112 | 0 | 6 | 356 | 126 | 72 |
| Binary | 111000 | 111111 | 11110000 | 1001101 | 1001010 | 0 | 110 | 11101110 | 1010110 | 111010 |
Color Harmonies of #383FF0
Complementary color
Monochromatic Colors of #383FF0
Black with #383FF0
Text Example
Text Example
White with #383FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FF0; }
p { color: rgb(56,63,240); }
H1.HeaderClassName
{
color: #383FF0;
}
.AnyTagClassName
{
color: #383FF0;
}
</style>
background-color css
<style>
a { background-color: #383FF0; }
a { background-color: rgb(56,63,240); }
div.DivClassName
{
background-color: #383FF0;
}
.BgClassName
{
background-color: #383FF0;
}
</style>
border-color css
<style>
span { border-color: #383FF0; }
span { border-color: rgb(56,63,240); }
td.TdClassName
{
border-color: #383FF0;
}
.TagClassName
{
border-color: #383FF0;
}
</style>