Html Css Color HEX #6557FA Neon Blue

📋 copy color: '#6557FA'

red 101 ◦ green 87 ◦ blue 250

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

Shades of Neon Blue #6557FA

Tints of Neon Blue #6557FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 23.06%
G = 19.86%
B = 57.08%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6557FA (or 0x6557FA) is known color: Neon Blue. HEX triplet: 65, 57 and FA. RGB value is (101,87,250). Sum of RGB (Red+Green+Blue) = 101+87+250=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6557FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6557FA is #9AA805. Grayscale: #6D6D6D. Windows color (decimal): -10135558 or 16406373. OLE color: 16406373.

HSL color Cylindrical-coordinate representation of color #6557FA: hue angle of 245.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6557FA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 87 250 -
CMYK 0.60 0.65 0 0.02
HSL 245.15º 0.94% 0.66% -
HSV(B) 245.15º 0.65% 0.98% -
XYZ 26.03 16.49 92.25 -
YUV 109.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 101 87 250 0.60 0.65 0 0.02 245.15 0.94 0.66
Hex 65 57 FA 3C 41 0 2 F5 5E 42
Octal 145 127 372 74 101 0 2 365 136 102
Binary 1100101 1010111 11111010 111100 1000001 0 10 11110101 1011110 1000010

Color Harmonies of #6557FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557FA

Black with #6557FA

Text Example


Text Example

White with #6557FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6557FA; }

 p { color: rgb(101,87,250); }

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

background-color css

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

 a { background-color: rgb(101,87,250); }

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

border-color css

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

 span { border-color: rgb(101,87,250); }

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