Html Css Color HEX #224CF8 Neon Blue

📋 copy color: '#224CF8'

red 34 ◦ green 76 ◦ blue 248

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

Shades of Neon Blue #224CF8

Tints of Neon Blue #224CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 69.27%

R = 9.5%
G = 21.23%
B = 69.27%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#224CF8 (or 0x224CF8) is known color: Neon Blue. HEX triplet: 22, 4C and F8. RGB value is (34,76,248). Sum of RGB (Red+Green+Blue) = 34+76+248=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #224CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CF8 is #DDB307. Grayscale: #525252. Windows color (decimal): -14529288 or 16272418. OLE color: 16272418.

HSL color Cylindrical-coordinate representation of color #224CF8: hue angle of 228.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224CF8 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 34 76 248 -
CMYK 0.86 0.69 0 0.03
HSL 228.22º 0.94% 0.55% -
HSV(B) 228.22º 0.86% 0.97% -
XYZ 20.19 12.29 90.11 -
YUV 83.05 221.09 93.01 -
System Red Green Blue C M Y K H S L
Decimal 34 76 248 0.86 0.69 0 0.03 228.22 0.94 0.55
Hex 22 4C F8 56 45 0 3 E4 5E 37
Octal 42 114 370 126 105 0 3 344 136 67
Binary 100010 1001100 11111000 1010110 1000101 0 11 11100100 1011110 110111

Color Harmonies of #224CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CF8

Black with #224CF8

Text Example


Text Example

White with #224CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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