Html Css Color HEX #F265CE Neon Pink

📋 copy color: '#F265CE'

red 242 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F265CE

Tints of Neon Pink #F265CE

RGB

 RED value IS 242 (94.92% from 255) = 44.08%

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

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

R = 44.08%
G = 18.4%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F265CE (or 0xF265CE) is known color: Neon Pink. HEX triplet: F2, 65 and CE. RGB value is (242,101,206). Sum of RGB (Red+Green+Blue) = 242+101+206=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F265CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265CE is #0D9A31. Grayscale: #9A9A9A. Windows color (decimal): -891442 or 13526514. OLE color: 13526514.

HSL color Cylindrical-coordinate representation of color #F265CE: hue angle of 315.32º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265CE is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 206 -
CMYK 0 0.58 0.15 0.05
HSL 315.32º 0.84% 0.67% -
HSV(B) 315.32º 0.58% 0.95% -
XYZ 52.41 32.64 61.93 -
YUV 155.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 242 101 206 0 0.58 0.15 0.05 315.32 0.84 0.67
Hex F2 65 CE 0 3A F 5 13B 54 43
Octal 362 145 316 0 72 17 5 473 124 103
Binary 11110010 1100101 11001110 0 111010 1111 101 100111011 1010100 1000011

Color Harmonies of #F265CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265CE

Black with #F265CE

Text Example


Text Example

White with #F265CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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