Html Css Color HEX #F75DCD Neon Pink

📋 copy color: '#F75DCD'

red 247 ◦ green 93 ◦ blue 205

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

Shades of Neon Pink #F75DCD

Tints of Neon Pink #F75DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.06%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 45.32%
G = 17.06%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F75DCD (or 0xF75DCD) is known color: Neon Pink. HEX triplet: F7, 5D and CD. RGB value is (247,93,205). Sum of RGB (Red+Green+Blue) = 247+93+205=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DCD is #08A232. Grayscale: #979797. Windows color (decimal): -565811 or 13458935. OLE color: 13458935.

HSL color Cylindrical-coordinate representation of color #F75DCD: hue angle of 316.36º 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 #F75DCD is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 205 -
CMYK 0 0.62 0.17 0.03
HSL 316.36º 0.91% 0.67% -
HSV(B) 316.36º 0.62% 0.97% -
XYZ 53.29 32.01 61.13 -
YUV 151.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 247 93 205 0 0.62 0.17 0.03 316.36 0.91 0.67
Hex F7 5D CD 0 3E 11 3 13C 5B 43
Octal 367 135 315 0 76 21 3 474 133 103
Binary 11110111 1011101 11001101 0 111110 10001 11 100111100 1011011 1000011

Color Harmonies of #F75DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DCD

Black with #F75DCD

Text Example


Text Example

White with #F75DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DCD; }

 p { color: rgb(247,93,205); }

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

background-color css

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

 a { background-color: rgb(247,93,205); }

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

border-color css

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

 span { border-color: rgb(247,93,205); }

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