Shades of Neon Blue #383CFC
Tints of Neon Blue #383CFC
RGB
CMYK
RGB Variations
Color information
#383CFC (or 0x383CFC) is known color: Neon Blue. HEX triplet: 38, 3C and FC. RGB value is (56,60,252). Sum of RGB (Red+Green+Blue) = 56+60+252=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #383CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFC is #C7C303. Grayscale: #4F4F4F. Windows color (decimal): -13091588 or 16530488. OLE color: 16530488.
HSL color Cylindrical-coordinate representation of color #383CFC: hue angle of 238.78º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383CFC is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 60 | 252 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.01 |
| HSL | 238.78º | 0.97% | 0.6% | - |
| HSV(B) | 238.78º | 0.78% | 0.99% | - |
| XYZ | 20.82 | 11.1 | 93.14 | - |
| YUV | 80.69 | 224.67 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 252 | 0.78 | 0.76 | 0 | 0.01 | 238.78 | 0.97 | 0.6 |
| Hex | 38 | 3C | FC | 4E | 4C | 0 | 1 | EF | 61 | 3C |
| Octal | 70 | 74 | 374 | 116 | 114 | 0 | 1 | 357 | 141 | 74 |
| Binary | 111000 | 111100 | 11111100 | 1001110 | 1001100 | 0 | 1 | 11101111 | 1100001 | 111100 |
Color Harmonies of #383CFC
Complementary color
Monochromatic Colors of #383CFC
Black with #383CFC
Text Example
Text Example
White with #383CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CFC; }
p { color: rgb(56,60,252); }
H1.HeaderClassName
{
color: #383CFC;
}
.AnyTagClassName
{
color: #383CFC;
}
</style>
background-color css
<style>
a { background-color: #383CFC; }
a { background-color: rgb(56,60,252); }
div.DivClassName
{
background-color: #383CFC;
}
.BgClassName
{
background-color: #383CFC;
}
</style>
border-color css
<style>
span { border-color: #383CFC; }
span { border-color: rgb(56,60,252); }
td.TdClassName
{
border-color: #383CFC;
}
.TagClassName
{
border-color: #383CFC;
}
</style>