Html Css Color HEX #F65BCB Neon Pink

📋 copy color: '#F65BCB'

red 246 ◦ green 91 ◦ blue 203

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

Shades of Neon Pink #F65BCB

Tints of Neon Pink #F65BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 45.56%
G = 16.85%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F65BCB (or 0xF65BCB) is known color: Neon Pink. HEX triplet: F6, 5B and CB. RGB value is (246,91,203). Sum of RGB (Red+Green+Blue) = 246+91+203=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BCB is #09A434. Grayscale: #959595. Windows color (decimal): -631861 or 13327350. OLE color: 13327350.

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

Color convert

RGB 246 91 203 -
CMYK 0 0.63 0.17 0.04
HSL 316.65º 0.9% 0.66% -
HSV(B) 316.65º 0.63% 0.96% -
XYZ 52.53 31.39 59.79 -
YUV 150.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 246 91 203 0 0.63 0.17 0.04 316.65 0.9 0.66
Hex F6 5B CB 0 3F 11 4 13D 5A 42
Octal 366 133 313 0 77 21 4 475 132 102
Binary 11110110 1011011 11001011 0 111111 10001 100 100111101 1011010 1000010

Color Harmonies of #F65BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BCB

Black with #F65BCB

Text Example


Text Example

White with #F65BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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