Html Css Color HEX #FF6CCA Neon Pink

📋 copy color: '#FF6CCA'

red 255 ◦ green 108 ◦ blue 202

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

Shades of Neon Pink #FF6CCA

Tints of Neon Pink #FF6CCA

RGB

 RED value IS 255 (100% from 255) = 45.13%

 GREEN value IS 108 (42.58% from 255) = 19.12%

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

R = 45.13%
G = 19.12%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF6CCA (or 0xFF6CCA) is known color: Neon Pink. HEX triplet: FF, 6C and CA. RGB value is (255,108,202). Sum of RGB (Red+Green+Blue) = 255+108+202=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CCA is #009335. Grayscale: #A2A2A2. Windows color (decimal): -37686 or 13266175. OLE color: 13266175.

HSL color Cylindrical-coordinate representation of color #FF6CCA: hue angle of 321.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CCA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 108 202 -
CMYK 0 0.58 0.21 0
HSL 321.63º 1% 0.71% -
HSV(B) 321.63º 0.58% 1% -
XYZ 57.26 36.25 59.86 -
YUV 162.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 255 108 202 0 0.58 0.21 0 321.63 1 0.71
Hex FF 6C CA 0 3A 15 0 142 64 47
Octal 377 154 312 0 72 25 0 502 144 107
Binary 11111111 1101100 11001010 0 111010 10101 0 101000010 1100100 1000111

Color Harmonies of #FF6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CCA

Black with #FF6CCA

Text Example


Text Example

White with #FF6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CCA; }

 p { color: rgb(255,108,202); }

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

background-color css

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

 a { background-color: rgb(255,108,202); }

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

border-color css

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

 span { border-color: rgb(255,108,202); }

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