Shades of Neon Blue #423DF2
Tints of Neon Blue #423DF2
RGB
CMYK
RGB Variations
Color information
#423DF2 (or 0x423DF2) is known color: Neon Blue. HEX triplet: 42, 3D and F2. RGB value is (66,61,242). Sum of RGB (Red+Green+Blue) = 66+61+242=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #423DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DF2 is #BDC20D. Grayscale: #525252. Windows color (decimal): -12435982 or 15875394. OLE color: 15875394.
HSL color Cylindrical-coordinate representation of color #423DF2: hue angle of 241.66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423DF2 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 61 | 242 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.05 |
| HSL | 241.66º | 0.87% | 0.59% | - |
| HSV(B) | 241.66º | 0.75% | 0.95% | - |
| XYZ | 19.94 | 10.91 | 85.06 | - |
| YUV | 83.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 242 | 0.73 | 0.75 | 0 | 0.05 | 241.66 | 0.87 | 0.59 |
| Hex | 42 | 3D | F2 | 49 | 4B | 0 | 5 | F2 | 57 | 3B |
| Octal | 102 | 75 | 362 | 111 | 113 | 0 | 5 | 362 | 127 | 73 |
| Binary | 1000010 | 111101 | 11110010 | 1001001 | 1001011 | 0 | 101 | 11110010 | 1010111 | 111011 |
Color Harmonies of #423DF2
Complementary color
Monochromatic Colors of #423DF2
Black with #423DF2
Text Example
Text Example
White with #423DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DF2; }
p { color: rgb(66,61,242); }
H1.HeaderClassName
{
color: #423DF2;
}
.AnyTagClassName
{
color: #423DF2;
}
</style>
background-color css
<style>
a { background-color: #423DF2; }
a { background-color: rgb(66,61,242); }
div.DivClassName
{
background-color: #423DF2;
}
.BgClassName
{
background-color: #423DF2;
}
</style>
border-color css
<style>
span { border-color: #423DF2; }
span { border-color: rgb(66,61,242); }
td.TdClassName
{
border-color: #423DF2;
}
.TagClassName
{
border-color: #423DF2;
}
</style>