Html Css Color HEX #564CEB Neon Blue

📋 copy color: '#564CEB'

red 86 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #564CEB

Tints of Neon Blue #564CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 21.66%
G = 19.14%
B = 59.19%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#564CEB (or 0x564CEB) is known color: Neon Blue. HEX triplet: 56, 4C and EB. RGB value is (86,76,235). Sum of RGB (Red+Green+Blue) = 86+76+235=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #564CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CEB is #A9B314. Grayscale: #606060. Windows color (decimal): -11121429 or 15420502. OLE color: 15420502.

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

Color convert

RGB 86 76 235 -
CMYK 0.63 0.68 0 0.08
HSL 243.77º 0.8% 0.61% -
HSV(B) 243.77º 0.68% 0.92% -
XYZ 21.42 13.15 80.01 -
YUV 97.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 86 76 235 0.63 0.68 0 0.08 243.77 0.8 0.61
Hex 56 4C EB 3F 44 0 8 F4 50 3D
Octal 126 114 353 77 104 0 10 364 120 75
Binary 1010110 1001100 11101011 111111 1000100 0 1000 11110100 1010000 111101

Color Harmonies of #564CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CEB

Black with #564CEB

Text Example


Text Example

White with #564CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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