#223DF4

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

Shades of Neon Blue #223DF4

Tints of Neon Blue #223DF4

Color information

#223DF4 (or 0x223DF4) is unknown color: approx Neon Blue. HEX triplet: 22, 3D and F4. RGB value is (34,61,244). Sum of RGB (Red+Green+Blue) = 34+61+244=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 244 (95.70% from 255 or 71.98% from 339); Max value from RGB is 244 - color contains mainly: blue. Hex color #223DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223DF4 is #DDC20B. Grayscale: #494949. Windows color (decimal): -14533132 or 16006434. OLE color: 16006434.

HSL color Cylindrical-coordinate representation of color #223DF4: hue angle of 232.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223DF4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3461244-
CMYK0.860.7500.04
HSL232.29º90.52%54.51%-
HSV(B)232.29º86.07%95.69%-
XYZ18.6610.2186.58-
YUV73.79224.0599.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.03%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 244 (95.70% from 255) = 71.98%
R=10.03%
G=17.99%
B=71.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal34612440.860.7500.04232.2990.5254.51
Hex223DF4564B04e85b37
Octal42753641261130435013367
Binary10001011110111110100101011010010110100111010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,61,244); }

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

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

 a { background-color: rgb(34,61,244); }

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

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

 span { border-color: rgb(34,61,244); }

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