Shades of Neon Blue #383AFB
Tints of Neon Blue #383AFB
RGB
CMYK
RGB Variations
Color information
#383AFB (or 0x383AFB) is known color: Neon Blue. HEX triplet: 38, 3A and FB. RGB value is (56,58,251). Sum of RGB (Red+Green+Blue) = 56+58+251=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #383AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AFB is #C7C504. Grayscale: #4E4E4E. Windows color (decimal): -13092101 or 16464440. OLE color: 16464440.
HSL color Cylindrical-coordinate representation of color #383AFB: hue angle of 239.38º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383AFB is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 58 | 251 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.02 |
| HSL | 239.38º | 0.96% | 0.6% | - |
| HSV(B) | 239.38º | 0.78% | 0.98% | - |
| XYZ | 20.56 | 10.83 | 92.27 | - |
| YUV | 79.4 | 224.84 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 251 | 0.78 | 0.77 | 0 | 0.02 | 239.38 | 0.96 | 0.6 |
| Hex | 38 | 3A | FB | 4E | 4D | 0 | 2 | EF | 60 | 3C |
| Octal | 70 | 72 | 373 | 116 | 115 | 0 | 2 | 357 | 140 | 74 |
| Binary | 111000 | 111010 | 11111011 | 1001110 | 1001101 | 0 | 10 | 11101111 | 1100000 | 111100 |
Color Harmonies of #383AFB
Complementary color
Monochromatic Colors of #383AFB
Black with #383AFB
Text Example
Text Example
White with #383AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383AFB; }
p { color: rgb(56,58,251); }
H1.HeaderClassName
{
color: #383AFB;
}
.AnyTagClassName
{
color: #383AFB;
}
</style>
background-color css
<style>
a { background-color: #383AFB; }
a { background-color: rgb(56,58,251); }
div.DivClassName
{
background-color: #383AFB;
}
.BgClassName
{
background-color: #383AFB;
}
</style>
border-color css
<style>
span { border-color: #383AFB; }
span { border-color: rgb(56,58,251); }
td.TdClassName
{
border-color: #383AFB;
}
.TagClassName
{
border-color: #383AFB;
}
</style>