Html Css Color HEX #F75ED2 Neon Pink

📋 copy color: '#F75ED2'

red 247 ◦ green 94 ◦ blue 210

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

Shades of Neon Pink #F75ED2

Tints of Neon Pink #F75ED2

RGB

 RED value IS 247 (96.88% from 255) = 44.83%

 GREEN value IS 94 (37.11% from 255) = 17.06%

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 44.83%
G = 17.06%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F75ED2 (or 0xF75ED2) is known color: Neon Pink. HEX triplet: F7, 5E and D2. RGB value is (247,94,210). Sum of RGB (Red+Green+Blue) = 247+94+210=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ED2 is #08A12D. Grayscale: #989898. Windows color (decimal): -565550 or 13786871. OLE color: 13786871.

HSL color Cylindrical-coordinate representation of color #F75ED2: hue angle of 314.51º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75ED2 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 210 -
CMYK 0 0.62 0.15 0.03
HSL 314.51º 0.91% 0.67% -
HSV(B) 314.51º 0.62% 0.97% -
XYZ 53.99 32.43 64.39 -
YUV 152.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 247 94 210 0 0.62 0.15 0.03 314.51 0.91 0.67
Hex F7 5E D2 0 3E F 3 13B 5B 43
Octal 367 136 322 0 76 17 3 473 133 103
Binary 11110111 1011110 11010010 0 111110 1111 11 100111011 1011011 1000011

Color Harmonies of #F75ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ED2

Black with #F75ED2

Text Example


Text Example

White with #F75ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ED2; }

 p { color: rgb(247,94,210); }

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

background-color css

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

 a { background-color: rgb(247,94,210); }

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

border-color css

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

 span { border-color: rgb(247,94,210); }

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