#222FFD

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

Shades of Neon Blue #222FFD

Tints of Neon Blue #222FFD

Color information

#222FFD (or 0x222FFD) is unknown color: approx Neon Blue. HEX triplet: 22, 2F and FD. RGB value is (34,47,253). Sum of RGB (Red+Green+Blue) = 34+47+253=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #222FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222FFD is #DDD002. Grayscale: #414141. Windows color (decimal): -14536707 or 16592674. OLE color: 16592674.

HSL color Cylindrical-coordinate representation of color #222FFD: hue angle of 236.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #222FFD is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3447253-
CMYK0.870.8100.01
HSL236.44º98.21%56.27%-
HSV(B)236.44º86.56%99.22%-
XYZ19.419.4693.73-
YUV66.6233.19104.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.18%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 253 (99.22% from 255) = 75.75%
R=10.18%
G=14.07%
B=75.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal34472530.870.8100.01236.4498.2156.27
Hex222FFD575101ec6238
Octal42573751271210135414270
Binary100010101111111111011010111101000101111011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222FFD; }

 p { color: rgb(34,47,253); }

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

<style>
 a { background-color: #222FFD; }

 a { background-color: rgb(34,47,253); }

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

<style>
 span { border-color: #222FFD; }

 span { border-color: rgb(34,47,253); }

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