Shades of Neon Blue #383BFF
Tints of Neon Blue #383BFF
RGB
CMYK
RGB Variations
Color information
#383BFF (or 0x383BFF) is known color: Neon Blue. HEX triplet: 38, 3B and FF. RGB value is (56,59,255). Sum of RGB (Red+Green+Blue) = 56+59+255=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #383BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383BFF is #C7C400. Grayscale: #4F4F4F. Windows color (decimal): -13091841 or 16726840. OLE color: 16726840.
HSL color Cylindrical-coordinate representation of color #383BFF: hue angle of 239.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383BFF is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 59 | 255 | - |
| CMYK | 0.78 | 0.77 | 0 | 0 |
| HSL | 239.1º | 1% | 0.61% | - |
| HSV(B) | 239.1º | 0.78% | 1% | - |
| XYZ | 21.24 | 11.19 | 95.65 | - |
| YUV | 80.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 255 | 0.78 | 0.77 | 0 | 0 | 239.1 | 1 | 0.61 |
| Hex | 38 | 3B | FF | 4E | 4D | 0 | 0 | EF | 64 | 3D |
| Octal | 70 | 73 | 377 | 116 | 115 | 0 | 0 | 357 | 144 | 75 |
| Binary | 111000 | 111011 | 11111111 | 1001110 | 1001101 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #383BFF
Complementary color
Monochromatic Colors of #383BFF
Black with #383BFF
Text Example
Text Example
White with #383BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BFF; }
p { color: rgb(56,59,255); }
H1.HeaderClassName
{
color: #383BFF;
}
.AnyTagClassName
{
color: #383BFF;
}
</style>
background-color css
<style>
a { background-color: #383BFF; }
a { background-color: rgb(56,59,255); }
div.DivClassName
{
background-color: #383BFF;
}
.BgClassName
{
background-color: #383BFF;
}
</style>
border-color css
<style>
span { border-color: #383BFF; }
span { border-color: rgb(56,59,255); }
td.TdClassName
{
border-color: #383BFF;
}
.TagClassName
{
border-color: #383BFF;
}
</style>