Html Css Color HEX #6552F1 Neon Blue

📋 copy color: '#6552F1'

red 101 ◦ green 82 ◦ blue 241

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

Shades of Neon Blue #6552F1

Tints of Neon Blue #6552F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

 BLUE value IS 241 (94.53% from 255) = 56.84%

R = 23.82%
G = 19.34%
B = 56.84%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6552F1 (or 0x6552F1) is known color: Neon Blue. HEX triplet: 65, 52 and F1. RGB value is (101,82,241). Sum of RGB (Red+Green+Blue) = 101+82+241=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #6552F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552F1 is #9AAD0E. Grayscale: #696969. Windows color (decimal): -10136847 or 15815269. OLE color: 15815269.

HSL color Cylindrical-coordinate representation of color #6552F1: hue angle of 247.17º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6552F1 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 82 241 -
CMYK 0.58 0.66 0 0.05
HSL 247.17º 0.85% 0.63% -
HSV(B) 247.17º 0.66% 0.95% -
XYZ 24.26 15.15 84.87 -
YUV 105.81 204.29 124.57 -
System Red Green Blue C M Y K H S L
Decimal 101 82 241 0.58 0.66 0 0.05 247.17 0.85 0.63
Hex 65 52 F1 3A 42 0 5 F7 55 3F
Octal 145 122 361 72 102 0 5 367 125 77
Binary 1100101 1010010 11110001 111010 1000010 0 101 11110111 1010101 111111

Color Harmonies of #6552F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552F1

Black with #6552F1

Text Example


Text Example

White with #6552F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6552F1; }

 p { color: rgb(101,82,241); }

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

background-color css

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

 a { background-color: rgb(101,82,241); }

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

border-color css

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

 span { border-color: rgb(101,82,241); }

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