Html Css Color HEX #6552FD Neon Blue

📋 copy color: '#6552FD'

red 101 ◦ green 82 ◦ blue 253

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

Shades of Neon Blue #6552FD

Tints of Neon Blue #6552FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 23.17%
G = 18.81%
B = 58.03%

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

#6552FD (or 0x6552FD) is known color: Neon Blue. HEX triplet: 65, 52 and FD. RGB value is (101,82,253). Sum of RGB (Red+Green+Blue) = 101+82+253=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6552FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552FD is #9AAD02. Grayscale: #6A6A6A. Windows color (decimal): -10136835 or 16601701. OLE color: 16601701.

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

Color convert

RGB 101 82 253 -
CMYK 0.60 0.68 0 0.01
HSL 246.67º 0.98% 0.66% -
HSV(B) 246.67º 0.68% 0.99% -
XYZ 26.11 15.89 94.62 -
YUV 107.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 101 82 253 0.60 0.68 0 0.01 246.67 0.98 0.66
Hex 65 52 FD 3C 44 0 1 F7 62 42
Octal 145 122 375 74 104 0 1 367 142 102
Binary 1100101 1010010 11111101 111100 1000100 0 1 11110111 1100010 1000010

Color Harmonies of #6552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552FD

Black with #6552FD

Text Example


Text Example

White with #6552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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