Shades of Neon Blue #383CFF
Tints of Neon Blue #383CFF
RGB
CMYK
RGB Variations
Color information
#383CFF (or 0x383CFF) is known color: Neon Blue. HEX triplet: 38, 3C and FF. RGB value is (56,60,255). Sum of RGB (Red+Green+Blue) = 56+60+255=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #383CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFF is #C7C300. Grayscale: #505050. Windows color (decimal): -13091585 or 16727096. OLE color: 16727096.
HSL color Cylindrical-coordinate representation of color #383CFF: hue angle of 238.79º 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 #383CFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 60 | 255 | - |
| CMYK | 0.78 | 0.76 | 0 | 0 |
| HSL | 238.79º | 1% | 0.61% | - |
| HSV(B) | 238.79º | 0.78% | 1% | - |
| XYZ | 21.3 | 11.29 | 95.66 | - |
| YUV | 81.03 | 226.17 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 255 | 0.78 | 0.76 | 0 | 0 | 238.79 | 1 | 0.61 |
| Hex | 38 | 3C | FF | 4E | 4C | 0 | 0 | EF | 64 | 3D |
| Octal | 70 | 74 | 377 | 116 | 114 | 0 | 0 | 357 | 144 | 75 |
| Binary | 111000 | 111100 | 11111111 | 1001110 | 1001100 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #383CFF
Complementary color
Monochromatic Colors of #383CFF
Black with #383CFF
Text Example
Text Example
White with #383CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CFF; }
p { color: rgb(56,60,255); }
H1.HeaderClassName
{
color: #383CFF;
}
.AnyTagClassName
{
color: #383CFF;
}
</style>
background-color css
<style>
a { background-color: #383CFF; }
a { background-color: rgb(56,60,255); }
div.DivClassName
{
background-color: #383CFF;
}
.BgClassName
{
background-color: #383CFF;
}
</style>
border-color css
<style>
span { border-color: #383CFF; }
span { border-color: rgb(56,60,255); }
td.TdClassName
{
border-color: #383CFF;
}
.TagClassName
{
border-color: #383CFF;
}
</style>