Shades of Neon Blue #383CF6
Tints of Neon Blue #383CF6
RGB
CMYK
RGB Variations
Color information
#383CF6 (or 0x383CF6) is known color: Neon Blue. HEX triplet: 38, 3C and F6. RGB value is (56,60,246). Sum of RGB (Red+Green+Blue) = 56+60+246=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 246 (96.48% from 255 or 67.96% from 362); Max value from RGB is 246 - color contains mainly: blue. Hex color #383CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CF6 is #C7C309. Grayscale: #4F4F4F. Windows color (decimal): -13091594 or 16137272. OLE color: 16137272.
HSL color Cylindrical-coordinate representation of color #383CF6: hue angle of 238.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383CF6 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 60 | 246 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.04 |
| HSL | 238.74º | 0.91% | 0.59% | - |
| HSV(B) | 238.74º | 0.77% | 0.96% | - |
| XYZ | 19.88 | 10.73 | 88.21 | - |
| YUV | 80.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 246 | 0.77 | 0.76 | 0 | 0.04 | 238.74 | 0.91 | 0.59 |
| Hex | 38 | 3C | F6 | 4D | 4C | 0 | 4 | EF | 5B | 3B |
| Octal | 70 | 74 | 366 | 115 | 114 | 0 | 4 | 357 | 133 | 73 |
| Binary | 111000 | 111100 | 11110110 | 1001101 | 1001100 | 0 | 100 | 11101111 | 1011011 | 111011 |
Color Harmonies of #383CF6
Complementary color
Monochromatic Colors of #383CF6
Black with #383CF6
Text Example
Text Example
White with #383CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CF6; }
p { color: rgb(56,60,246); }
H1.HeaderClassName
{
color: #383CF6;
}
.AnyTagClassName
{
color: #383CF6;
}
</style>
background-color css
<style>
a { background-color: #383CF6; }
a { background-color: rgb(56,60,246); }
div.DivClassName
{
background-color: #383CF6;
}
.BgClassName
{
background-color: #383CF6;
}
</style>
border-color css
<style>
span { border-color: #383CF6; }
span { border-color: rgb(56,60,246); }
td.TdClassName
{
border-color: #383CF6;
}
.TagClassName
{
border-color: #383CF6;
}
</style>