Shades of Neon Blue #4338DF
Tints of Neon Blue #4338DF
RGB
CMYK
RGB Variations
Color information
#4338DF (or 0x4338DF) is known color: Neon Blue. HEX triplet: 43, 38 and DF. RGB value is (67,56,223). Sum of RGB (Red+Green+Blue) = 67+56+223=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #4338DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4338DF is #BCC720. Grayscale: #4D4D4D. Windows color (decimal): -12371745 or 14628931. OLE color: 14628931.
HSL color Cylindrical-coordinate representation of color #4338DF: hue angle of 243.95º 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 #4338DF is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 56 | 223 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.13 |
| HSL | 243.95º | 0.72% | 0.55% | - |
| HSV(B) | 243.95º | 0.75% | 0.87% | - |
| XYZ | 17.05 | 9.35 | 70.72 | - |
| YUV | 78.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 223 | 0.70 | 0.75 | 0 | 0.13 | 243.95 | 0.72 | 0.55 |
| Hex | 43 | 38 | DF | 46 | 4B | 0 | D | F4 | 48 | 37 |
| Octal | 103 | 70 | 337 | 106 | 113 | 0 | 15 | 364 | 110 | 67 |
| Binary | 1000011 | 111000 | 11011111 | 1000110 | 1001011 | 0 | 1101 | 11110100 | 1001000 | 110111 |
Color Harmonies of #4338DF
Complementary color
Monochromatic Colors of #4338DF
Black with #4338DF
Text Example
Text Example
White with #4338DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338DF; }
p { color: rgb(67,56,223); }
H1.HeaderClassName
{
color: #4338DF;
}
.AnyTagClassName
{
color: #4338DF;
}
</style>
background-color css
<style>
a { background-color: #4338DF; }
a { background-color: rgb(67,56,223); }
div.DivClassName
{
background-color: #4338DF;
}
.BgClassName
{
background-color: #4338DF;
}
</style>
border-color css
<style>
span { border-color: #4338DF; }
span { border-color: rgb(67,56,223); }
td.TdClassName
{
border-color: #4338DF;
}
.TagClassName
{
border-color: #4338DF;
}
</style>