#223CFF

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

Shades of Neon Blue #223CFF

Tints of Neon Blue #223CFF

Color information

#223CFF (or 0x223CFF) is unknown color: approx Neon Blue. HEX triplet: 22, 3C and FF. RGB value is (34,60,255). Sum of RGB (Red+Green+Blue) = 34+60+255=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #223CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223CFF is #DDC300. Grayscale: #494949. Windows color (decimal): -14533377 or 16727074. OLE color: 16727074.

HSL color Cylindrical-coordinate representation of color #223CFF: hue angle of 232.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #223CFF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3460255-
CMYK0.870.7600
HSL232.94º100%56.67%-
HSV(B)232.94º86.67%100%-
XYZ20.3310.7995.62-
YUV74.46229.8999.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.74%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 255 (100% from 255) = 73.07%
R=9.74%
G=17.19%
B=73.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34602550.870.7600232.9410056.67
Hex223CFF574C00e96439
Octal42743771271140035114471
Binary100010111100111111111010111100110000111010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223CFF; }

 p { color: rgb(34,60,255); }

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

<style>
 a { background-color: #223CFF; }

 a { background-color: rgb(34,60,255); }

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

<style>
 span { border-color: #223CFF; }

 span { border-color: rgb(34,60,255); }

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