Html Css Color HEX #224CFD Neon Blue

📋 copy color: '#224CFD'

red 34 ◦ green 76 ◦ blue 253

#224CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #224CFD

Tints of Neon Blue #224CFD

RGB

 RED value IS 34 (13.67% from 255) = 9.37%

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 9.37%
G = 20.94%
B = 69.7%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#224CFD (or 0x224CFD) is known color: Neon Blue. HEX triplet: 22, 4C and FD. RGB value is (34,76,253). Sum of RGB (Red+Green+Blue) = 34+76+253=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #224CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CFD is #DDB302. Grayscale: #525252. Windows color (decimal): -14529283 or 16600098. OLE color: 16600098.

HSL color Cylindrical-coordinate representation of color #224CFD: hue angle of 228.49º 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 #224CFD is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 76 253 -
CMYK 0.87 0.70 0 0.01
HSL 228.49º 0.98% 0.56% -
HSV(B) 228.49º 0.87% 0.99% -
XYZ 20.97 12.6 94.26 -
YUV 83.62 223.59 92.61 -
System Red Green Blue C M Y K H S L
Decimal 34 76 253 0.87 0.70 0 0.01 228.49 0.98 0.56
Hex 22 4C FD 57 46 0 1 E4 62 38
Octal 42 114 375 127 106 0 1 344 142 70
Binary 100010 1001100 11111101 1010111 1000110 0 1 11100100 1100010 111000

Color Harmonies of #224CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CFD

Black with #224CFD

Text Example


Text Example

White with #224CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224CFD; }

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

 H1.HeaderClassName
 {
   color: #224CFD;
 }
 .AnyTagClassName
 {
   color: #224CFD;
 }
</style>

background-color css

<style>
 a { background-color: #224CFD; }

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

 div.DivClassName
 {
   background-color: #224CFD;
 }
 .BgClassName
 {
   background-color: #224CFD;
 }
</style>

border-color css

<style>
 span { border-color: #224CFD; }

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

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