Html Css Color HEX #5649FC Neon Blue

📋 copy color: '#5649FC'

red 86 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #5649FC

Tints of Neon Blue #5649FC

RGB

 RED value IS 86 (33.98% from 255) = 20.92%

 GREEN value IS 73 (28.91% from 255) = 17.76%

 BLUE value IS 252 (98.83% from 255) = 61.31%

R = 20.92%
G = 17.76%
B = 61.31%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5649FC (or 0x5649FC) is known color: Neon Blue. HEX triplet: 56, 49 and FC. RGB value is (86,73,252). Sum of RGB (Red+Green+Blue) = 86+73+252=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #5649FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649FC is #A9B603. Grayscale: #606060. Windows color (decimal): -11122180 or 16533846. OLE color: 16533846.

HSL color Cylindrical-coordinate representation of color #5649FC: hue angle of 244.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5649FC is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 73 252 -
CMYK 0.66 0.71 0 0.01
HSL 244.36º 0.97% 0.64% -
HSV(B) 244.36º 0.71% 0.99% -
XYZ 23.79 13.77 93.5 -
YUV 97.29 215.31 119.95 -
System Red Green Blue C M Y K H S L
Decimal 86 73 252 0.66 0.71 0 0.01 244.36 0.97 0.64
Hex 56 49 FC 42 47 0 1 F4 61 40
Octal 126 111 374 102 107 0 1 364 141 100
Binary 1010110 1001001 11111100 1000010 1000111 0 1 11110100 1100001 1000000

Color Harmonies of #5649FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5649FC

Black with #5649FC

Text Example


Text Example

White with #5649FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5649FC; }

 p { color: rgb(86,73,252); }

 H1.HeaderClassName
 {
   color: #5649FC;
 }
 .AnyTagClassName
 {
   color: #5649FC;
 }
</style>

background-color css

<style>
 a { background-color: #5649FC; }

 a { background-color: rgb(86,73,252); }

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

border-color css

<style>
 span { border-color: #5649FC; }

 span { border-color: rgb(86,73,252); }

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