Shades of Neon Blue #233AF1
Tints of Neon Blue #233AF1
RGB
CMYK
RGB Variations
Color information
#233AF1 (or 0x233AF1) is known color: Neon Blue. HEX triplet: 23, 3A and F1. RGB value is (35,58,241). Sum of RGB (Red+Green+Blue) = 35+58+241=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #233AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AF1 is #DCC50E. Grayscale: #474747. Windows color (decimal): -14468367 or 15809059. OLE color: 15809059.
HSL color Cylindrical-coordinate representation of color #233AF1: hue angle of 233.3º 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 #233AF1 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 58 | 241 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.05 |
| HSL | 233.3º | 0.88% | 0.54% | - |
| HSV(B) | 233.3º | 0.85% | 0.95% | - |
| XYZ | 18.08 | 9.73 | 84.14 | - |
| YUV | 71.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 241 | 0.85 | 0.76 | 0 | 0.05 | 233.3 | 0.88 | 0.54 |
| Hex | 23 | 3A | F1 | 55 | 4C | 0 | 5 | E9 | 58 | 36 |
| Octal | 43 | 72 | 361 | 125 | 114 | 0 | 5 | 351 | 130 | 66 |
| Binary | 100011 | 111010 | 11110001 | 1010101 | 1001100 | 0 | 101 | 11101001 | 1011000 | 110110 |
Color Harmonies of #233AF1
Complementary color
Monochromatic Colors of #233AF1
Black with #233AF1
Text Example
Text Example
White with #233AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AF1; }
p { color: rgb(35,58,241); }
H1.HeaderClassName
{
color: #233AF1;
}
.AnyTagClassName
{
color: #233AF1;
}
</style>
background-color css
<style>
a { background-color: #233AF1; }
a { background-color: rgb(35,58,241); }
div.DivClassName
{
background-color: #233AF1;
}
.BgClassName
{
background-color: #233AF1;
}
</style>
border-color css
<style>
span { border-color: #233AF1; }
span { border-color: rgb(35,58,241); }
td.TdClassName
{
border-color: #233AF1;
}
.TagClassName
{
border-color: #233AF1;
}
</style>