Html Css Color HEX #564FEB Neon Blue

📋 copy color: '#564FEB'

red 86 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #564FEB

Tints of Neon Blue #564FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 21.5%
G = 19.75%
B = 58.75%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#564FEB (or 0x564FEB) is known color: Neon Blue. HEX triplet: 56, 4F and EB. RGB value is (86,79,235). Sum of RGB (Red+Green+Blue) = 86+79+235=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #564FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FEB is #A9B014. Grayscale: #626262. Windows color (decimal): -11120661 or 15421270. OLE color: 15421270.

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

Color convert

RGB 86 79 235 -
CMYK 0.63 0.66 0 0.08
HSL 242.69º 0.8% 0.62% -
HSV(B) 242.69º 0.66% 0.92% -
XYZ 21.63 13.57 80.08 -
YUV 98.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 86 79 235 0.63 0.66 0 0.08 242.69 0.8 0.62
Hex 56 4F EB 3F 42 0 8 F3 50 3E
Octal 126 117 353 77 102 0 10 363 120 76
Binary 1010110 1001111 11101011 111111 1000010 0 1000 11110011 1010000 111110

Color Harmonies of #564FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FEB

Black with #564FEB

Text Example


Text Example

White with #564FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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