Shades of Neon Blue #2343F1
Tints of Neon Blue #2343F1
RGB
CMYK
RGB Variations
Color information
#2343F1 (or 0x2343F1) is known color: Neon Blue. HEX triplet: 23, 43 and F1. RGB value is (35,67,241). Sum of RGB (Red+Green+Blue) = 35+67+241=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #2343F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2343F1 is #DCBC0E. Grayscale: #4C4C4C. Windows color (decimal): -14466063 or 15811363. OLE color: 15811363.
HSL color Cylindrical-coordinate representation of color #2343F1: hue angle of 230.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2343F1 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 67 | 241 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.05 |
| HSL | 230.68º | 0.88% | 0.54% | - |
| HSV(B) | 230.68º | 0.85% | 0.95% | - |
| XYZ | 18.58 | 10.72 | 84.31 | - |
| YUV | 77.27 | 220.4 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 241 | 0.85 | 0.72 | 0 | 0.05 | 230.68 | 0.88 | 0.54 |
| Hex | 23 | 43 | F1 | 55 | 48 | 0 | 5 | E7 | 58 | 36 |
| Octal | 43 | 103 | 361 | 125 | 110 | 0 | 5 | 347 | 130 | 66 |
| Binary | 100011 | 1000011 | 11110001 | 1010101 | 1001000 | 0 | 101 | 11100111 | 1011000 | 110110 |
Color Harmonies of #2343F1
Complementary color
Monochromatic Colors of #2343F1
Black with #2343F1
Text Example
Text Example
White with #2343F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2343F1; }
p { color: rgb(35,67,241); }
H1.HeaderClassName
{
color: #2343F1;
}
.AnyTagClassName
{
color: #2343F1;
}
</style>
background-color css
<style>
a { background-color: #2343F1; }
a { background-color: rgb(35,67,241); }
div.DivClassName
{
background-color: #2343F1;
}
.BgClassName
{
background-color: #2343F1;
}
</style>
border-color css
<style>
span { border-color: #2343F1; }
span { border-color: rgb(35,67,241); }
td.TdClassName
{
border-color: #2343F1;
}
.TagClassName
{
border-color: #2343F1;
}
</style>