Html Css Color HEX #564AEB Neon Blue

📋 copy color: '#564AEB'

red 86 ◦ green 74 ◦ blue 235

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

Shades of Neon Blue #564AEB

Tints of Neon Blue #564AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 21.77%
G = 18.73%
B = 59.49%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#564AEB (or 0x564AEB) is known color: Neon Blue. HEX triplet: 56, 4A and EB. RGB value is (86,74,235). Sum of RGB (Red+Green+Blue) = 86+74+235=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #564AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AEB is #A9B514. Grayscale: #5F5F5F. Windows color (decimal): -11121941 or 15419990. OLE color: 15419990.

HSL color Cylindrical-coordinate representation of color #564AEB: hue angle of 244.47º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564AEB is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 74 235 -
CMYK 0.63 0.69 0 0.08
HSL 244.47º 0.8% 0.61% -
HSV(B) 244.47º 0.69% 0.92% -
XYZ 21.28 12.87 79.96 -
YUV 95.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 86 74 235 0.63 0.69 0 0.08 244.47 0.8 0.61
Hex 56 4A EB 3F 45 0 8 F4 50 3D
Octal 126 112 353 77 105 0 10 364 120 75
Binary 1010110 1001010 11101011 111111 1000101 0 1000 11110100 1010000 111101

Color Harmonies of #564AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564AEB

Black with #564AEB

Text Example


Text Example

White with #564AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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