Shades of Neon Blue #423BF3
Tints of Neon Blue #423BF3
RGB
CMYK
RGB Variations
Color information
#423BF3 (or 0x423BF3) is known color: Neon Blue. HEX triplet: 42, 3B and F3. RGB value is (66,59,243). Sum of RGB (Red+Green+Blue) = 66+59+243=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #423BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BF3 is #BDC40C. Grayscale: #515151. Windows color (decimal): -12436493 or 15940418. OLE color: 15940418.
HSL color Cylindrical-coordinate representation of color #423BF3: hue angle of 242.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423BF3 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 59 | 243 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.05 |
| HSL | 242.28º | 0.88% | 0.59% | - |
| HSV(B) | 242.28º | 0.76% | 0.95% | - |
| XYZ | 19.99 | 10.76 | 85.82 | - |
| YUV | 82.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 243 | 0.73 | 0.76 | 0 | 0.05 | 242.28 | 0.88 | 0.59 |
| Hex | 42 | 3B | F3 | 49 | 4C | 0 | 5 | F2 | 58 | 3B |
| Octal | 102 | 73 | 363 | 111 | 114 | 0 | 5 | 362 | 130 | 73 |
| Binary | 1000010 | 111011 | 11110011 | 1001001 | 1001100 | 0 | 101 | 11110010 | 1011000 | 111011 |
Color Harmonies of #423BF3
Complementary color
Monochromatic Colors of #423BF3
Black with #423BF3
Text Example
Text Example
White with #423BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BF3; }
p { color: rgb(66,59,243); }
H1.HeaderClassName
{
color: #423BF3;
}
.AnyTagClassName
{
color: #423BF3;
}
</style>
background-color css
<style>
a { background-color: #423BF3; }
a { background-color: rgb(66,59,243); }
div.DivClassName
{
background-color: #423BF3;
}
.BgClassName
{
background-color: #423BF3;
}
</style>
border-color css
<style>
span { border-color: #423BF3; }
span { border-color: rgb(66,59,243); }
td.TdClassName
{
border-color: #423BF3;
}
.TagClassName
{
border-color: #423BF3;
}
</style>