Shades of Neon Blue #383EFE
Tints of Neon Blue #383EFE
RGB
CMYK
RGB Variations
Color information
#383EFE (or 0x383EFE) is known color: Neon Blue. HEX triplet: 38, 3E and FE. RGB value is (56,62,254). Sum of RGB (Red+Green+Blue) = 56+62+254=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #383EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EFE is #C7C101. Grayscale: #515151. Windows color (decimal): -13091074 or 16662072. OLE color: 16662072.
HSL color Cylindrical-coordinate representation of color #383EFE: hue angle of 238.18º 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 #383EFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 62 | 254 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.00 |
| HSL | 238.18º | 0.99% | 0.61% | - |
| HSV(B) | 238.18º | 0.78% | 1% | - |
| XYZ | 21.24 | 11.44 | 94.85 | - |
| YUV | 82.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 254 | 0.78 | 0.76 | 0 | 0.00 | 238.18 | 0.99 | 0.61 |
| Hex | 38 | 3E | FE | 4E | 4C | 0 | 0 | EE | 63 | 3D |
| Octal | 70 | 76 | 376 | 116 | 114 | 0 | 0 | 356 | 143 | 75 |
| Binary | 111000 | 111110 | 11111110 | 1001110 | 1001100 | 0 | 0 | 11101110 | 1100011 | 111101 |
Color Harmonies of #383EFE
Complementary color
Monochromatic Colors of #383EFE
Black with #383EFE
Text Example
Text Example
White with #383EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383EFE; }
p { color: rgb(56,62,254); }
H1.HeaderClassName
{
color: #383EFE;
}
.AnyTagClassName
{
color: #383EFE;
}
</style>
background-color css
<style>
a { background-color: #383EFE; }
a { background-color: rgb(56,62,254); }
div.DivClassName
{
background-color: #383EFE;
}
.BgClassName
{
background-color: #383EFE;
}
</style>
border-color css
<style>
span { border-color: #383EFE; }
span { border-color: rgb(56,62,254); }
td.TdClassName
{
border-color: #383EFE;
}
.TagClassName
{
border-color: #383EFE;
}
</style>