Shades of Neon Blue #383CF7
Tints of Neon Blue #383CF7
RGB
CMYK
RGB Variations
Color information
#383CF7 (or 0x383CF7) is known color: Neon Blue. HEX triplet: 38, 3C and F7. RGB value is (56,60,247). Sum of RGB (Red+Green+Blue) = 56+60+247=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #383CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CF7 is #C7C308. Grayscale: #4F4F4F. Windows color (decimal): -13091593 or 16202808. OLE color: 16202808.
HSL color Cylindrical-coordinate representation of color #383CF7: hue angle of 238.74º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383CF7 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 60 | 247 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.03 |
| HSL | 238.74º | 0.92% | 0.59% | - |
| HSV(B) | 238.74º | 0.77% | 0.97% | - |
| XYZ | 20.04 | 10.79 | 89.02 | - |
| YUV | 80.12 | 222.17 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 247 | 0.77 | 0.76 | 0 | 0.03 | 238.74 | 0.92 | 0.59 |
| Hex | 38 | 3C | F7 | 4D | 4C | 0 | 3 | EF | 5C | 3B |
| Octal | 70 | 74 | 367 | 115 | 114 | 0 | 3 | 357 | 134 | 73 |
| Binary | 111000 | 111100 | 11110111 | 1001101 | 1001100 | 0 | 11 | 11101111 | 1011100 | 111011 |
Color Harmonies of #383CF7
Complementary color
Monochromatic Colors of #383CF7
Black with #383CF7
Text Example
Text Example
White with #383CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CF7; }
p { color: rgb(56,60,247); }
H1.HeaderClassName
{
color: #383CF7;
}
.AnyTagClassName
{
color: #383CF7;
}
</style>
background-color css
<style>
a { background-color: #383CF7; }
a { background-color: rgb(56,60,247); }
div.DivClassName
{
background-color: #383CF7;
}
.BgClassName
{
background-color: #383CF7;
}
</style>
border-color css
<style>
span { border-color: #383CF7; }
span { border-color: rgb(56,60,247); }
td.TdClassName
{
border-color: #383CF7;
}
.TagClassName
{
border-color: #383CF7;
}
</style>