Html Css Color HEX #564AED Neon Blue

📋 copy color: '#564AED'

red 86 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #564AED

Tints of Neon Blue #564AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 237 (92.97% from 255) = 59.7%

R = 21.66%
G = 18.64%
B = 59.7%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#564AED (or 0x564AED) is known color: Neon Blue. HEX triplet: 56, 4A and ED. RGB value is (86,74,237). Sum of RGB (Red+Green+Blue) = 86+74+237=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #564AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AED is #A9B512. Grayscale: #5F5F5F. Windows color (decimal): -11121939 or 15551062. OLE color: 15551062.

HSL color Cylindrical-coordinate representation of color #564AED: hue angle of 244.42º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564AED is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 74 237 -
CMYK 0.64 0.69 0 0.07
HSL 244.42º 0.82% 0.61% -
HSV(B) 244.42º 0.69% 0.93% -
XYZ 21.57 12.99 81.49 -
YUV 96.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 86 74 237 0.64 0.69 0 0.07 244.42 0.82 0.61
Hex 56 4A ED 40 45 0 7 F4 52 3D
Octal 126 112 355 100 105 0 7 364 122 75
Binary 1010110 1001010 11101101 1000000 1000101 0 111 11110100 1010010 111101

Color Harmonies of #564AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564AED

Black with #564AED

Text Example


Text Example

White with #564AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564AED; }

 p { color: rgb(86,74,237); }

 H1.HeaderClassName
 {
   color: #564AED;
 }
 .AnyTagClassName
 {
   color: #564AED;
 }
</style>

background-color css

<style>
 a { background-color: #564AED; }

 a { background-color: rgb(86,74,237); }

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

border-color css

<style>
 span { border-color: #564AED; }

 span { border-color: rgb(86,74,237); }

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