Shades of Neon Blue #383CF1
Tints of Neon Blue #383CF1
RGB
CMYK
RGB Variations
Color information
#383CF1 (or 0x383CF1) is known color: Neon Blue. HEX triplet: 38, 3C and F1. RGB value is (56,60,241). Sum of RGB (Red+Green+Blue) = 56+60+241=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #383CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CF1 is #C7C30E. Grayscale: #4E4E4E. Windows color (decimal): -13091599 or 15809592. OLE color: 15809592.
HSL color Cylindrical-coordinate representation of color #383CF1: hue angle of 238.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383CF1 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 60 | 241 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.05 |
| HSL | 238.7º | 0.87% | 0.58% | - |
| HSV(B) | 238.7º | 0.77% | 0.95% | - |
| XYZ | 19.12 | 10.42 | 84.22 | - |
| YUV | 79.44 | 219.17 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 241 | 0.77 | 0.75 | 0 | 0.05 | 238.7 | 0.87 | 0.58 |
| Hex | 38 | 3C | F1 | 4D | 4B | 0 | 5 | EF | 57 | 3A |
| Octal | 70 | 74 | 361 | 115 | 113 | 0 | 5 | 357 | 127 | 72 |
| Binary | 111000 | 111100 | 11110001 | 1001101 | 1001011 | 0 | 101 | 11101111 | 1010111 | 111010 |
Color Harmonies of #383CF1
Complementary color
Monochromatic Colors of #383CF1
Black with #383CF1
Text Example
Text Example
White with #383CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CF1; }
p { color: rgb(56,60,241); }
H1.HeaderClassName
{
color: #383CF1;
}
.AnyTagClassName
{
color: #383CF1;
}
</style>
background-color css
<style>
a { background-color: #383CF1; }
a { background-color: rgb(56,60,241); }
div.DivClassName
{
background-color: #383CF1;
}
.BgClassName
{
background-color: #383CF1;
}
</style>
border-color css
<style>
span { border-color: #383CF1; }
span { border-color: rgb(56,60,241); }
td.TdClassName
{
border-color: #383CF1;
}
.TagClassName
{
border-color: #383CF1;
}
</style>