Html Css Color HEX #F65BCF Neon Pink

📋 copy color: '#F65BCF'

red 246 ◦ green 91 ◦ blue 207

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

Shades of Neon Pink #F65BCF

Tints of Neon Pink #F65BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.73%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 45.22%
G = 16.73%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F65BCF (or 0xF65BCF) is known color: Neon Pink. HEX triplet: F6, 5B and CF. RGB value is (246,91,207). Sum of RGB (Red+Green+Blue) = 246+91+207=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BCF is #09A430. Grayscale: #969696. Windows color (decimal): -631857 or 13589494. OLE color: 13589494.

HSL color Cylindrical-coordinate representation of color #F65BCF: hue angle of 315.1º 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 #F65BCF is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 91 207 -
CMYK 0 0.63 0.16 0.04
HSL 315.1º 0.9% 0.66% -
HSV(B) 315.1º 0.63% 0.96% -
XYZ 53.01 31.58 62.33 -
YUV 150.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 246 91 207 0 0.63 0.16 0.04 315.1 0.9 0.66
Hex F6 5B CF 0 3F 10 4 13B 5A 42
Octal 366 133 317 0 77 20 4 473 132 102
Binary 11110110 1011011 11001111 0 111111 10000 100 100111011 1011010 1000010

Color Harmonies of #F65BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BCF

Black with #F65BCF

Text Example


Text Example

White with #F65BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BCF; }

 p { color: rgb(246,91,207); }

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

background-color css

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

 a { background-color: rgb(246,91,207); }

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

border-color css

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

 span { border-color: rgb(246,91,207); }

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