Html Css Color HEX #F475D4 Neon Pink

📋 copy color: '#F475D4'

red 244 ◦ green 117 ◦ blue 212

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

Shades of Neon Pink #F475D4

Tints of Neon Pink #F475D4

RGB

 RED value IS 244 (95.7% from 255) = 42.58%

 GREEN value IS 117 (46.09% from 255) = 20.42%

 BLUE value IS 212 (83.2% from 255) = 37%

R = 42.58%
G = 20.42%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F475D4 (or 0xF475D4) is known color: Neon Pink. HEX triplet: F4, 75 and D4. RGB value is (244,117,212). Sum of RGB (Red+Green+Blue) = 244+117+212=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F475D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475D4 is #0B8A2B. Grayscale: #A5A5A5. Windows color (decimal): -756268 or 13923828. OLE color: 13923828.

HSL color Cylindrical-coordinate representation of color #F475D4: hue angle of 315.12º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F475D4 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 117 212 -
CMYK 0 0.52 0.13 0.04
HSL 315.12º 0.85% 0.71% -
HSV(B) 315.12º 0.52% 0.96% -
XYZ 55.55 36.71 66.44 -
YUV 165.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 244 117 212 0 0.52 0.13 0.04 315.12 0.85 0.71
Hex F4 75 D4 0 34 D 4 13B 55 47
Octal 364 165 324 0 64 15 4 473 125 107
Binary 11110100 1110101 11010100 0 110100 1101 100 100111011 1010101 1000111

Color Harmonies of #F475D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F475D4

Black with #F475D4

Text Example


Text Example

White with #F475D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F475D4; }

 p { color: rgb(244,117,212); }

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

background-color css

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

 a { background-color: rgb(244,117,212); }

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

border-color css

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

 span { border-color: rgb(244,117,212); }

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