Shades of Neon Blue #383CFE
Tints of Neon Blue #383CFE
RGB
CMYK
RGB Variations
Color information
#383CFE (or 0x383CFE) is known color: Neon Blue. HEX triplet: 38, 3C and FE. RGB value is (56,60,254). Sum of RGB (Red+Green+Blue) = 56+60+254=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #383CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFE is #C7C301. Grayscale: #505050. Windows color (decimal): -13091586 or 16661560. OLE color: 16661560.
HSL color Cylindrical-coordinate representation of color #383CFE: hue angle of 238.79º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383CFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 60 | 254 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.00 |
| HSL | 238.79º | 0.99% | 0.61% | - |
| HSV(B) | 238.79º | 0.78% | 1% | - |
| XYZ | 21.14 | 11.23 | 94.82 | - |
| YUV | 80.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 254 | 0.78 | 0.76 | 0 | 0.00 | 238.79 | 0.99 | 0.61 |
| Hex | 38 | 3C | FE | 4E | 4C | 0 | 0 | EF | 63 | 3D |
| Octal | 70 | 74 | 376 | 116 | 114 | 0 | 0 | 357 | 143 | 75 |
| Binary | 111000 | 111100 | 11111110 | 1001110 | 1001100 | 0 | 0 | 11101111 | 1100011 | 111101 |
Color Harmonies of #383CFE
Complementary color
Monochromatic Colors of #383CFE
Black with #383CFE
Text Example
Text Example
White with #383CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CFE; }
p { color: rgb(56,60,254); }
H1.HeaderClassName
{
color: #383CFE;
}
.AnyTagClassName
{
color: #383CFE;
}
</style>
background-color css
<style>
a { background-color: #383CFE; }
a { background-color: rgb(56,60,254); }
div.DivClassName
{
background-color: #383CFE;
}
.BgClassName
{
background-color: #383CFE;
}
</style>
border-color css
<style>
span { border-color: #383CFE; }
span { border-color: rgb(56,60,254); }
td.TdClassName
{
border-color: #383CFE;
}
.TagClassName
{
border-color: #383CFE;
}
</style>