Shades of Neon Blue #383CFB
Tints of Neon Blue #383CFB
RGB
CMYK
RGB Variations
Color information
#383CFB (or 0x383CFB) is known color: Neon Blue. HEX triplet: 38, 3C and FB. RGB value is (56,60,251). Sum of RGB (Red+Green+Blue) = 56+60+251=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #383CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFB is #C7C304. Grayscale: #4F4F4F. Windows color (decimal): -13091589 or 16464952. OLE color: 16464952.
HSL color Cylindrical-coordinate representation of color #383CFB: hue angle of 238.77º 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 #383CFB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 60 | 251 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.02 |
| HSL | 238.77º | 0.96% | 0.6% | - |
| HSV(B) | 238.77º | 0.78% | 0.98% | - |
| XYZ | 20.66 | 11.04 | 92.31 | - |
| YUV | 80.58 | 224.17 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 251 | 0.78 | 0.76 | 0 | 0.02 | 238.77 | 0.96 | 0.6 |
| Hex | 38 | 3C | FB | 4E | 4C | 0 | 2 | EF | 60 | 3C |
| Octal | 70 | 74 | 373 | 116 | 114 | 0 | 2 | 357 | 140 | 74 |
| Binary | 111000 | 111100 | 11111011 | 1001110 | 1001100 | 0 | 10 | 11101111 | 1100000 | 111100 |
Color Harmonies of #383CFB
Complementary color
Monochromatic Colors of #383CFB
Black with #383CFB
Text Example
Text Example
White with #383CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CFB; }
p { color: rgb(56,60,251); }
H1.HeaderClassName
{
color: #383CFB;
}
.AnyTagClassName
{
color: #383CFB;
}
</style>
background-color css
<style>
a { background-color: #383CFB; }
a { background-color: rgb(56,60,251); }
div.DivClassName
{
background-color: #383CFB;
}
.BgClassName
{
background-color: #383CFB;
}
</style>
border-color css
<style>
span { border-color: #383CFB; }
span { border-color: rgb(56,60,251); }
td.TdClassName
{
border-color: #383CFB;
}
.TagClassName
{
border-color: #383CFB;
}
</style>