#2230F3

Color #2230F3 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2230F3

Tints of Neon Blue #2230F3

Color information

#2230F3 (or 0x2230F3) is unknown color: approx Neon Blue. HEX triplet: 22, 30 and F3. RGB value is (34,48,243). Sum of RGB (Red+Green+Blue) = 34+48+243=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #2230F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2230F3 is #DDCF0C. Grayscale: #414141. Windows color (decimal): -14536461 or 15937570. OLE color: 15937570.

HSL color Cylindrical-coordinate representation of color #2230F3: hue angle of 235.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2230F3 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3448243-
CMYK0.860.8000.05
HSL235.98º89.7%54.31%-
HSV(B)235.98º86.01%95.29%-
XYZ17.898.9385.57-
YUV66.04227.86105.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 243 (95.31% from 255) = 74.77%
R=10.46%
G=14.77%
B=74.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal34482430.860.8000.05235.9889.754.31
Hex2230F3565005ec5a36
Octal42603631261200535413266
Binary10001011000011110011101011010100000101111011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2230F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2230F3; }

 p { color: rgb(34,48,243); }

 H1.HeaderClassName
 {
   color: #2230F3;
 }
 .AnyTagClassName
 {
   color: #2230F3;
 }
</style>
background-color css

<style>
 a { background-color: #2230F3; }

 a { background-color: rgb(34,48,243); }

 div.DivClassName
 {
   background-color: #2230F3;
 }
 .BgClassName
 {
   background-color: #2230F3;
 }
</style>
border-color css

<style>
 span { border-color: #2230F3; }

 span { border-color: rgb(34,48,243); }

 td.TdClassName
 {
   border-color: #2230F3;
 }
 .TagClassName
 {
   border-color: #2230F3;
 }
</style>