Html Css Color HEX #6552F3 Neon Blue

📋 copy color: '#6552F3'

red 101 ◦ green 82 ◦ blue 243

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

Shades of Neon Blue #6552F3

Tints of Neon Blue #6552F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.04%

R = 23.71%
G = 19.25%
B = 57.04%

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

#6552F3 (or 0x6552F3) is known color: Neon Blue. HEX triplet: 65, 52 and F3. RGB value is (101,82,243). Sum of RGB (Red+Green+Blue) = 101+82+243=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #6552F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6552F3 is #9AAD0C. Grayscale: #696969. Windows color (decimal): -10136845 or 15946341. OLE color: 15946341.

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

Color convert

RGB 101 82 243 -
CMYK 0.58 0.66 0 0.05
HSL 247.08º 0.87% 0.64% -
HSV(B) 247.08º 0.66% 0.95% -
XYZ 24.56 15.27 86.45 -
YUV 106.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 101 82 243 0.58 0.66 0 0.05 247.08 0.87 0.64
Hex 65 52 F3 3A 42 0 5 F7 57 40
Octal 145 122 363 72 102 0 5 367 127 100
Binary 1100101 1010010 11110011 111010 1000010 0 101 11110111 1010111 1000000

Color Harmonies of #6552F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552F3

Black with #6552F3

Text Example


Text Example

White with #6552F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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