Shades of Neon Blue #383DF6
Tints of Neon Blue #383DF6
RGB
CMYK
RGB Variations
Color information
#383DF6 (or 0x383DF6) is known color: Neon Blue. HEX triplet: 38, 3D and F6. RGB value is (56,61,246). Sum of RGB (Red+Green+Blue) = 56+61+246=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #383DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383DF6 is #C7C209. Grayscale: #4F4F4F. Windows color (decimal): -13091338 or 16137528. OLE color: 16137528.
HSL color Cylindrical-coordinate representation of color #383DF6: hue angle of 238.42º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383DF6 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 61 | 246 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.04 |
| HSL | 238.42º | 0.91% | 0.59% | - |
| HSV(B) | 238.42º | 0.77% | 0.96% | - |
| XYZ | 19.93 | 10.83 | 88.23 | - |
| YUV | 80.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 246 | 0.77 | 0.75 | 0 | 0.04 | 238.42 | 0.91 | 0.59 |
| Hex | 38 | 3D | F6 | 4D | 4B | 0 | 4 | EE | 5B | 3B |
| Octal | 70 | 75 | 366 | 115 | 113 | 0 | 4 | 356 | 133 | 73 |
| Binary | 111000 | 111101 | 11110110 | 1001101 | 1001011 | 0 | 100 | 11101110 | 1011011 | 111011 |
Color Harmonies of #383DF6
Complementary color
Monochromatic Colors of #383DF6
Black with #383DF6
Text Example
Text Example
White with #383DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DF6; }
p { color: rgb(56,61,246); }
H1.HeaderClassName
{
color: #383DF6;
}
.AnyTagClassName
{
color: #383DF6;
}
</style>
background-color css
<style>
a { background-color: #383DF6; }
a { background-color: rgb(56,61,246); }
div.DivClassName
{
background-color: #383DF6;
}
.BgClassName
{
background-color: #383DF6;
}
</style>
border-color css
<style>
span { border-color: #383DF6; }
span { border-color: rgb(56,61,246); }
td.TdClassName
{
border-color: #383DF6;
}
.TagClassName
{
border-color: #383DF6;
}
</style>