Html Css Color HEX #6552EF Neon Blue

📋 copy color: '#6552EF'

red 101 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #6552EF

Tints of Neon Blue #6552EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 23.93%
G = 19.43%
B = 56.64%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6552EF (or 0x6552EF) is known color: Neon Blue. HEX triplet: 65, 52 and EF. RGB value is (101,82,239). Sum of RGB (Red+Green+Blue) = 101+82+239=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #6552EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552EF is #9AAD10. Grayscale: #686868. Windows color (decimal): -10136849 or 15684197. OLE color: 15684197.

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

Color convert

RGB 101 82 239 -
CMYK 0.58 0.66 0 0.06
HSL 247.26º 0.83% 0.63% -
HSV(B) 247.26º 0.66% 0.94% -
XYZ 23.96 15.03 83.3 -
YUV 105.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 101 82 239 0.58 0.66 0 0.06 247.26 0.83 0.63
Hex 65 52 EF 3A 42 0 6 F7 53 3F
Octal 145 122 357 72 102 0 6 367 123 77
Binary 1100101 1010010 11101111 111010 1000010 0 110 11110111 1010011 111111

Color Harmonies of #6552EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552EF

Black with #6552EF

Text Example


Text Example

White with #6552EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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