Html Css Color HEX #F067CC Neon Pink

📋 copy color: '#F067CC'

red 240 ◦ green 103 ◦ blue 204

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

Shades of Neon Pink #F067CC

Tints of Neon Pink #F067CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.83%

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

R = 43.88%
G = 18.83%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F067CC (or 0xF067CC) is known color: Neon Pink. HEX triplet: F0, 67 and CC. RGB value is (240,103,204). Sum of RGB (Red+Green+Blue) = 240+103+204=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F067CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067CC is #0F9833. Grayscale: #9B9B9B. Windows color (decimal): -1022004 or 13395952. OLE color: 13395952.

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

Color convert

RGB 240 103 204 -
CMYK 0 0.57 0.15 0.06
HSL 315.77º 0.82% 0.67% -
HSV(B) 315.77º 0.57% 0.94% -
XYZ 51.68 32.59 60.69 -
YUV 155.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 240 103 204 0 0.57 0.15 0.06 315.77 0.82 0.67
Hex F0 67 CC 0 39 F 6 13C 52 43
Octal 360 147 314 0 71 17 6 474 122 103
Binary 11110000 1100111 11001100 0 111001 1111 110 100111100 1010010 1000011

Color Harmonies of #F067CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067CC

Black with #F067CC

Text Example


Text Example

White with #F067CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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