Shades of Neon Blue #383FFF
Tints of Neon Blue #383FFF
RGB
CMYK
RGB Variations
Color information
#383FFF (or 0x383FFF) is known color: Neon Blue. HEX triplet: 38, 3F and FF. RGB value is (56,63,255). Sum of RGB (Red+Green+Blue) = 56+63+255=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #383FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FFF is #C7C000. Grayscale: #525252. Windows color (decimal): -13090817 or 16727864. OLE color: 16727864.
HSL color Cylindrical-coordinate representation of color #383FFF: hue angle of 237.89º 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 #383FFF is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 63 | 255 | - |
| CMYK | 0.78 | 0.75 | 0 | 0 |
| HSL | 237.89º | 1% | 0.61% | - |
| HSV(B) | 237.89º | 0.78% | 1% | - |
| XYZ | 21.46 | 11.62 | 95.72 | - |
| YUV | 82.8 | 225.18 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 255 | 0.78 | 0.75 | 0 | 0 | 237.89 | 1 | 0.61 |
| Hex | 38 | 3F | FF | 4E | 4B | 0 | 0 | EE | 64 | 3D |
| Octal | 70 | 77 | 377 | 116 | 113 | 0 | 0 | 356 | 144 | 75 |
| Binary | 111000 | 111111 | 11111111 | 1001110 | 1001011 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #383FFF
Complementary color
Monochromatic Colors of #383FFF
Black with #383FFF
Text Example
Text Example
White with #383FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FFF; }
p { color: rgb(56,63,255); }
H1.HeaderClassName
{
color: #383FFF;
}
.AnyTagClassName
{
color: #383FFF;
}
</style>
background-color css
<style>
a { background-color: #383FFF; }
a { background-color: rgb(56,63,255); }
div.DivClassName
{
background-color: #383FFF;
}
.BgClassName
{
background-color: #383FFF;
}
</style>
border-color css
<style>
span { border-color: #383FFF; }
span { border-color: rgb(56,63,255); }
td.TdClassName
{
border-color: #383FFF;
}
.TagClassName
{
border-color: #383FFF;
}
</style>