Html Css Color HEX #F65CCA Neon Pink

📋 copy color: '#F65CCA'

red 246 ◦ green 92 ◦ blue 202

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

Shades of Neon Pink #F65CCA

Tints of Neon Pink #F65CCA

RGB

 RED value IS 246 (96.48% from 255) = 45.56%

 GREEN value IS 92 (36.33% from 255) = 17.04%

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 45.56%
G = 17.04%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F65CCA (or 0xF65CCA) is known color: Neon Pink. HEX triplet: F6, 5C and CA. RGB value is (246,92,202). Sum of RGB (Red+Green+Blue) = 246+92+202=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65CCA is #09A335. Grayscale: #969696. Windows color (decimal): -631606 or 13262070. OLE color: 13262070.

HSL color Cylindrical-coordinate representation of color #F65CCA: hue angle of 317.14º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CCA is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 92 202 -
CMYK 0 0.63 0.18 0.04
HSL 317.14º 0.9% 0.66% -
HSV(B) 317.14º 0.63% 0.96% -
XYZ 52.49 31.51 59.19 -
YUV 150.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 246 92 202 0 0.63 0.18 0.04 317.14 0.9 0.66
Hex F6 5C CA 0 3F 12 4 13D 5A 42
Octal 366 134 312 0 77 22 4 475 132 102
Binary 11110110 1011100 11001010 0 111111 10010 100 100111101 1011010 1000010

Color Harmonies of #F65CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65CCA

Black with #F65CCA

Text Example


Text Example

White with #F65CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65CCA; }

 p { color: rgb(246,92,202); }

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

background-color css

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

 a { background-color: rgb(246,92,202); }

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

border-color css

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

 span { border-color: rgb(246,92,202); }

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