Shades of Neon Blue #4238DF
Tints of Neon Blue #4238DF
RGB
CMYK
RGB Variations
Color information
#4238DF (or 0x4238DF) is known color: Neon Blue. HEX triplet: 42, 38 and DF. RGB value is (66,56,223). Sum of RGB (Red+Green+Blue) = 66+56+223=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #4238DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4238DF is #BDC720. Grayscale: #4D4D4D. Windows color (decimal): -12437281 or 14628930. OLE color: 14628930.
HSL color Cylindrical-coordinate representation of color #4238DF: hue angle of 243.59º 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 #4238DF is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 56 | 223 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.13 |
| HSL | 243.59º | 0.72% | 0.55% | - |
| HSV(B) | 243.59º | 0.75% | 0.87% | - |
| XYZ | 16.98 | 9.31 | 70.71 | - |
| YUV | 78.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 223 | 0.70 | 0.75 | 0 | 0.13 | 243.59 | 0.72 | 0.55 |
| Hex | 42 | 38 | DF | 46 | 4B | 0 | D | F4 | 48 | 37 |
| Octal | 102 | 70 | 337 | 106 | 113 | 0 | 15 | 364 | 110 | 67 |
| Binary | 1000010 | 111000 | 11011111 | 1000110 | 1001011 | 0 | 1101 | 11110100 | 1001000 | 110111 |
Color Harmonies of #4238DF
Complementary color
Monochromatic Colors of #4238DF
Black with #4238DF
Text Example
Text Example
White with #4238DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238DF; }
p { color: rgb(66,56,223); }
H1.HeaderClassName
{
color: #4238DF;
}
.AnyTagClassName
{
color: #4238DF;
}
</style>
background-color css
<style>
a { background-color: #4238DF; }
a { background-color: rgb(66,56,223); }
div.DivClassName
{
background-color: #4238DF;
}
.BgClassName
{
background-color: #4238DF;
}
</style>
border-color css
<style>
span { border-color: #4238DF; }
span { border-color: rgb(66,56,223); }
td.TdClassName
{
border-color: #4238DF;
}
.TagClassName
{
border-color: #4238DF;
}
</style>