Shades of Neon Blue #233CFA
Tints of Neon Blue #233CFA
RGB
CMYK
RGB Variations
Color information
#233CFA (or 0x233CFA) is known color: Neon Blue. HEX triplet: 23, 3C and FA. RGB value is (35,60,250). Sum of RGB (Red+Green+Blue) = 35+60+250=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #233CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CFA is #DCC305. Grayscale: #494949. Windows color (decimal): -14467846 or 16399395. OLE color: 16399395.
HSL color Cylindrical-coordinate representation of color #233CFA: hue angle of 233.02º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233CFA is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 60 | 250 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.02 |
| HSL | 233.02º | 0.96% | 0.56% | - |
| HSV(B) | 233.02º | 0.86% | 0.98% | - |
| XYZ | 19.56 | 10.49 | 91.44 | - |
| YUV | 74.19 | 227.22 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 250 | 0.86 | 0.76 | 0 | 0.02 | 233.02 | 0.96 | 0.56 |
| Hex | 23 | 3C | FA | 56 | 4C | 0 | 2 | E9 | 60 | 38 |
| Octal | 43 | 74 | 372 | 126 | 114 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100011 | 111100 | 11111010 | 1010110 | 1001100 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #233CFA
Complementary color
Monochromatic Colors of #233CFA
Black with #233CFA
Text Example
Text Example
White with #233CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CFA; }
p { color: rgb(35,60,250); }
H1.HeaderClassName
{
color: #233CFA;
}
.AnyTagClassName
{
color: #233CFA;
}
</style>
background-color css
<style>
a { background-color: #233CFA; }
a { background-color: rgb(35,60,250); }
div.DivClassName
{
background-color: #233CFA;
}
.BgClassName
{
background-color: #233CFA;
}
</style>
border-color css
<style>
span { border-color: #233CFA; }
span { border-color: rgb(35,60,250); }
td.TdClassName
{
border-color: #233CFA;
}
.TagClassName
{
border-color: #233CFA;
}
</style>