Shades of Neon Blue #383FFC
Tints of Neon Blue #383FFC
RGB
CMYK
RGB Variations
Color information
#383FFC (or 0x383FFC) is known color: Neon Blue. HEX triplet: 38, 3F and FC. RGB value is (56,63,252). Sum of RGB (Red+Green+Blue) = 56+63+252=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #383FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FFC is #C7C003. Grayscale: #515151. Windows color (decimal): -13090820 or 16531256. OLE color: 16531256.
HSL color Cylindrical-coordinate representation of color #383FFC: hue angle of 237.86º 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 #383FFC is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 63 | 252 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.01 |
| HSL | 237.86º | 0.97% | 0.6% | - |
| HSV(B) | 237.86º | 0.78% | 0.99% | - |
| XYZ | 20.98 | 11.42 | 93.19 | - |
| YUV | 82.45 | 223.68 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 252 | 0.78 | 0.75 | 0 | 0.01 | 237.86 | 0.97 | 0.6 |
| Hex | 38 | 3F | FC | 4E | 4B | 0 | 1 | EE | 61 | 3C |
| Octal | 70 | 77 | 374 | 116 | 113 | 0 | 1 | 356 | 141 | 74 |
| Binary | 111000 | 111111 | 11111100 | 1001110 | 1001011 | 0 | 1 | 11101110 | 1100001 | 111100 |
Color Harmonies of #383FFC
Complementary color
Monochromatic Colors of #383FFC
Black with #383FFC
Text Example
Text Example
White with #383FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383FFC; }
p { color: rgb(56,63,252); }
H1.HeaderClassName
{
color: #383FFC;
}
.AnyTagClassName
{
color: #383FFC;
}
</style>
background-color css
<style>
a { background-color: #383FFC; }
a { background-color: rgb(56,63,252); }
div.DivClassName
{
background-color: #383FFC;
}
.BgClassName
{
background-color: #383FFC;
}
</style>
border-color css
<style>
span { border-color: #383FFC; }
span { border-color: rgb(56,63,252); }
td.TdClassName
{
border-color: #383FFC;
}
.TagClassName
{
border-color: #383FFC;
}
</style>