Shades of Neon Blue #383DF3
Tints of Neon Blue #383DF3
RGB
CMYK
RGB Variations
Color information
#383DF3 (or 0x383DF3) is known color: Neon Blue. HEX triplet: 38, 3D and F3. RGB value is (56,61,243). Sum of RGB (Red+Green+Blue) = 56+61+243=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #383DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383DF3 is #C7C20C. Grayscale: #4F4F4F. Windows color (decimal): -13091341 or 15940920. OLE color: 15940920.
HSL color Cylindrical-coordinate representation of color #383DF3: hue angle of 238.4º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383DF3 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 61 | 243 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.05 |
| HSL | 238.4º | 0.89% | 0.59% | - |
| HSV(B) | 238.4º | 0.77% | 0.95% | - |
| XYZ | 19.48 | 10.65 | 85.82 | - |
| YUV | 80.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 243 | 0.77 | 0.75 | 0 | 0.05 | 238.4 | 0.89 | 0.59 |
| Hex | 38 | 3D | F3 | 4D | 4B | 0 | 5 | EE | 59 | 3B |
| Octal | 70 | 75 | 363 | 115 | 113 | 0 | 5 | 356 | 131 | 73 |
| Binary | 111000 | 111101 | 11110011 | 1001101 | 1001011 | 0 | 101 | 11101110 | 1011001 | 111011 |
Color Harmonies of #383DF3
Complementary color
Monochromatic Colors of #383DF3
Black with #383DF3
Text Example
Text Example
White with #383DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383DF3; }
p { color: rgb(56,61,243); }
H1.HeaderClassName
{
color: #383DF3;
}
.AnyTagClassName
{
color: #383DF3;
}
</style>
background-color css
<style>
a { background-color: #383DF3; }
a { background-color: rgb(56,61,243); }
div.DivClassName
{
background-color: #383DF3;
}
.BgClassName
{
background-color: #383DF3;
}
</style>
border-color css
<style>
span { border-color: #383DF3; }
span { border-color: rgb(56,61,243); }
td.TdClassName
{
border-color: #383DF3;
}
.TagClassName
{
border-color: #383DF3;
}
</style>