Html Css Color HEX #F075CC Neon Pink

📋 copy color: '#F075CC'

red 240 ◦ green 117 ◦ blue 204

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

Shades of Neon Pink #F075CC

Tints of Neon Pink #F075CC

RGB

 RED value IS 240 (94.14% from 255) = 42.78%

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 42.78%
G = 20.86%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F075CC (or 0xF075CC) is known color: Neon Pink. HEX triplet: F0, 75 and CC. RGB value is (240,117,204). Sum of RGB (Red+Green+Blue) = 240+117+204=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F075CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075CC is #0F8A33. Grayscale: #A3A3A3. Windows color (decimal): -1018420 or 13399536. OLE color: 13399536.

HSL color Cylindrical-coordinate representation of color #F075CC: hue angle of 317.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075CC is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 204 -
CMYK 0 0.51 0.15 0.06
HSL 317.56º 0.8% 0.7% -
HSV(B) 317.56º 0.51% 0.94% -
XYZ 53.2 35.61 61.2 -
YUV 163.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 240 117 204 0 0.51 0.15 0.06 317.56 0.8 0.7
Hex F0 75 CC 0 33 F 6 13E 50 46
Octal 360 165 314 0 63 17 6 476 120 106
Binary 11110000 1110101 11001100 0 110011 1111 110 100111110 1010000 1000110

Color Harmonies of #F075CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075CC

Black with #F075CC

Text Example


Text Example

White with #F075CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075CC; }

 p { color: rgb(240,117,204); }

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

background-color css

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

 a { background-color: rgb(240,117,204); }

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

border-color css

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

 span { border-color: rgb(240,117,204); }

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