Html Css Color HEX #6550F8 Neon Blue

📋 copy color: '#6550F8'

red 101 ◦ green 80 ◦ blue 248

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

Shades of Neon Blue #6550F8

Tints of Neon Blue #6550F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.81%

R = 23.54%
G = 18.65%
B = 57.81%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6550F8 (or 0x6550F8) is known color: Neon Blue. HEX triplet: 65, 50 and F8. RGB value is (101,80,248). Sum of RGB (Red+Green+Blue) = 101+80+248=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #6550F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550F8 is #9AAF07. Grayscale: #686868. Windows color (decimal): -10137352 or 16273509. OLE color: 16273509.

HSL color Cylindrical-coordinate representation of color #6550F8: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6550F8 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 80 248 -
CMYK 0.59 0.68 0 0.03
HSL 247.5º 0.92% 0.64% -
HSV(B) 247.5º 0.68% 0.97% -
XYZ 25.18 15.28 90.43 -
YUV 105.43 208.46 124.84 -
System Red Green Blue C M Y K H S L
Decimal 101 80 248 0.59 0.68 0 0.03 247.5 0.92 0.64
Hex 65 50 F8 3B 44 0 3 F8 5C 40
Octal 145 120 370 73 104 0 3 370 134 100
Binary 1100101 1010000 11111000 111011 1000100 0 11 11111000 1011100 1000000

Color Harmonies of #6550F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550F8

Black with #6550F8

Text Example


Text Example

White with #6550F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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