Html Css Color HEX #6550FC Neon Blue

📋 copy color: '#6550FC'

red 101 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #6550FC

Tints of Neon Blue #6550FC

RGB

 RED value IS 101 (39.84% from 255) = 23.33%

 GREEN value IS 80 (31.64% from 255) = 18.48%

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 23.33%
G = 18.48%
B = 58.2%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6550FC (or 0x6550FC) is known color: Neon Blue. HEX triplet: 65, 50 and FC. RGB value is (101,80,252). Sum of RGB (Red+Green+Blue) = 101+80+252=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #6550FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550FC is #9AAF03. Grayscale: #696969. Windows color (decimal): -10137348 or 16535653. OLE color: 16535653.

HSL color Cylindrical-coordinate representation of color #6550FC: hue angle of 247.33º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6550FC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 80 252 -
CMYK 0.60 0.68 0 0.01
HSL 247.33º 0.97% 0.65% -
HSV(B) 247.33º 0.68% 0.99% -
XYZ 25.81 15.53 93.73 -
YUV 105.89 210.46 124.51 -
System Red Green Blue C M Y K H S L
Decimal 101 80 252 0.60 0.68 0 0.01 247.33 0.97 0.65
Hex 65 50 FC 3C 44 0 1 F7 61 41
Octal 145 120 374 74 104 0 1 367 141 101
Binary 1100101 1010000 11111100 111100 1000100 0 1 11110111 1100001 1000001

Color Harmonies of #6550FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550FC

Black with #6550FC

Text Example


Text Example

White with #6550FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6550FC; }

 p { color: rgb(101,80,252); }

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

background-color css

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

 a { background-color: rgb(101,80,252); }

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

border-color css

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

 span { border-color: rgb(101,80,252); }

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