Shades of Neon Blue #383BFE
Tints of Neon Blue #383BFE
RGB
CMYK
RGB Variations
Color information
#383BFE (or 0x383BFE) is known color: Neon Blue. HEX triplet: 38, 3B and FE. RGB value is (56,59,254). Sum of RGB (Red+Green+Blue) = 56+59+254=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #383BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383BFE is #C7C401. Grayscale: #4F4F4F. Windows color (decimal): -13091842 or 16661304. OLE color: 16661304.
HSL color Cylindrical-coordinate representation of color #383BFE: hue angle of 239.09º 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 #383BFE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 59 | 254 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.00 |
| HSL | 239.09º | 0.99% | 0.61% | - |
| HSV(B) | 239.09º | 0.78% | 1% | - |
| XYZ | 21.08 | 11.12 | 94.8 | - |
| YUV | 80.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 254 | 0.78 | 0.77 | 0 | 0.00 | 239.09 | 0.99 | 0.61 |
| Hex | 38 | 3B | FE | 4E | 4D | 0 | 0 | EF | 63 | 3D |
| Octal | 70 | 73 | 376 | 116 | 115 | 0 | 0 | 357 | 143 | 75 |
| Binary | 111000 | 111011 | 11111110 | 1001110 | 1001101 | 0 | 0 | 11101111 | 1100011 | 111101 |
Color Harmonies of #383BFE
Complementary color
Monochromatic Colors of #383BFE
Black with #383BFE
Text Example
Text Example
White with #383BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383BFE; }
p { color: rgb(56,59,254); }
H1.HeaderClassName
{
color: #383BFE;
}
.AnyTagClassName
{
color: #383BFE;
}
</style>
background-color css
<style>
a { background-color: #383BFE; }
a { background-color: rgb(56,59,254); }
div.DivClassName
{
background-color: #383BFE;
}
.BgClassName
{
background-color: #383BFE;
}
</style>
border-color css
<style>
span { border-color: #383BFE; }
span { border-color: rgb(56,59,254); }
td.TdClassName
{
border-color: #383BFE;
}
.TagClassName
{
border-color: #383BFE;
}
</style>