Html Css Color HEX #F065CE Neon Pink

📋 copy color: '#F065CE'

red 240 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F065CE

Tints of Neon Pink #F065CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.46%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 43.88%
G = 18.46%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F065CE (or 0xF065CE) is known color: Neon Pink. HEX triplet: F0, 65 and CE. RGB value is (240,101,206). Sum of RGB (Red+Green+Blue) = 240+101+206=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F065CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065CE is #0F9A31. Grayscale: #9A9A9A. Windows color (decimal): -1022514 or 13526512. OLE color: 13526512.

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

Color convert

RGB 240 101 206 -
CMYK 0 0.58 0.14 0.06
HSL 314.68º 0.82% 0.67% -
HSV(B) 314.68º 0.58% 0.94% -
XYZ 51.73 32.29 61.9 -
YUV 154.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 240 101 206 0 0.58 0.14 0.06 314.68 0.82 0.67
Hex F0 65 CE 0 3A E 6 13B 52 43
Octal 360 145 316 0 72 16 6 473 122 103
Binary 11110000 1100101 11001110 0 111010 1110 110 100111011 1010010 1000011

Color Harmonies of #F065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065CE

Black with #F065CE

Text Example


Text Example

White with #F065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065CE; }

 p { color: rgb(240,101,206); }

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

background-color css

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

 a { background-color: rgb(240,101,206); }

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

border-color css

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

 span { border-color: rgb(240,101,206); }

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