#2241FB

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

Shades of Neon Blue #2241FB

Tints of Neon Blue #2241FB

Color information

#2241FB (or 0x2241FB) is unknown color: approx Neon Blue. HEX triplet: 22, 41 and FB. RGB value is (34,65,251). Sum of RGB (Red+Green+Blue) = 34+65+251=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #2241FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2241FB is #DDBE04. Grayscale: #4C4C4C. Windows color (decimal): -14532101 or 16466210. OLE color: 16466210.

HSL color Cylindrical-coordinate representation of color #2241FB: hue angle of 231.43º 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 #2241FB is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3465251-
CMYK0.860.7400.02
HSL231.43º96.44%55.88%-
HSV(B)231.43º86.45%98.43%-
XYZ19.9611.0992.35-
YUV76.94226.2397.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.71%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 251 (98.44% from 255) = 71.71%
R=9.71%
G=18.57%
B=71.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34652510.860.7400.02231.4396.4455.88
Hex2241FB564A02e76038
Octal421013731261120234714070
Binary10001010000011111101110101101001010010111001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2241FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2241FB; }

 p { color: rgb(34,65,251); }

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

<style>
 a { background-color: #2241FB; }

 a { background-color: rgb(34,65,251); }

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

<style>
 span { border-color: #2241FB; }

 span { border-color: rgb(34,65,251); }

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