Html Css Color HEX #F067C0 Neon Pink

📋 copy color: '#F067C0'

red 240 ◦ green 103 ◦ blue 192

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

Shades of Neon Pink #F067C0

Tints of Neon Pink #F067C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 44.86%
G = 19.25%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F067C0 (or 0xF067C0) is known color: Neon Pink. HEX triplet: F0, 67 and C0. RGB value is (240,103,192). Sum of RGB (Red+Green+Blue) = 240+103+192=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F067C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067C0 is #0F983F. Grayscale: #999999. Windows color (decimal): -1022016 or 12609520. OLE color: 12609520.

HSL color Cylindrical-coordinate representation of color #F067C0: hue angle of 321.02º 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 #F067C0 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 192 -
CMYK 0 0.57 0.20 0.06
HSL 321.02º 0.82% 0.67% -
HSV(B) 321.02º 0.57% 0.94% -
XYZ 50.3 32.03 53.4 -
YUV 154.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 240 103 192 0 0.57 0.20 0.06 321.02 0.82 0.67
Hex F0 67 C0 0 39 14 6 141 52 43
Octal 360 147 300 0 71 24 6 501 122 103
Binary 11110000 1100111 11000000 0 111001 10100 110 101000001 1010010 1000011

Color Harmonies of #F067C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067C0

Black with #F067C0

Text Example


Text Example

White with #F067C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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