Shades of Neon Blue #3A38DF
Tints of Neon Blue #3A38DF
RGB
CMYK
RGB Variations
Color information
#3A38DF (or 0x3A38DF) is known color: Neon Blue. HEX triplet: 3A, 38 and DF. RGB value is (58,56,223). Sum of RGB (Red+Green+Blue) = 58+56+223=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A38DF is #C5C720. Grayscale: #4A4A4A. Windows color (decimal): -12961569 or 14628922. OLE color: 14628922.
HSL color Cylindrical-coordinate representation of color #3A38DF: hue angle of 240.72º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A38DF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 56 | 223 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.13 |
| HSL | 240.72º | 0.72% | 0.55% | - |
| HSV(B) | 240.72º | 0.75% | 0.87% | - |
| XYZ | 16.48 | 9.06 | 70.69 | - |
| YUV | 75.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 223 | 0.74 | 0.75 | 0 | 0.13 | 240.72 | 0.72 | 0.55 |
| Hex | 3A | 38 | DF | 4A | 4B | 0 | D | F1 | 48 | 37 |
| Octal | 72 | 70 | 337 | 112 | 113 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111010 | 111000 | 11011111 | 1001010 | 1001011 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3A38DF
Complementary color
Monochromatic Colors of #3A38DF
Black with #3A38DF
Text Example
Text Example
White with #3A38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38DF; }
p { color: rgb(58,56,223); }
H1.HeaderClassName
{
color: #3A38DF;
}
.AnyTagClassName
{
color: #3A38DF;
}
</style>
background-color css
<style>
a { background-color: #3A38DF; }
a { background-color: rgb(58,56,223); }
div.DivClassName
{
background-color: #3A38DF;
}
.BgClassName
{
background-color: #3A38DF;
}
</style>
border-color css
<style>
span { border-color: #3A38DF; }
span { border-color: rgb(58,56,223); }
td.TdClassName
{
border-color: #3A38DF;
}
.TagClassName
{
border-color: #3A38DF;
}
</style>