Html Css Color HEX #564FEE Neon Blue

📋 copy color: '#564FEE'

red 86 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #564FEE

Tints of Neon Blue #564FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.06%

R = 21.34%
G = 19.6%
B = 59.06%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#564FEE (or 0x564FEE) is known color: Neon Blue. HEX triplet: 56, 4F and EE. RGB value is (86,79,238). Sum of RGB (Red+Green+Blue) = 86+79+238=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #564FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FEE is #A9B011. Grayscale: #626262. Windows color (decimal): -11120658 or 15617878. OLE color: 15617878.

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

Color convert

RGB 86 79 238 -
CMYK 0.64 0.67 0 0.07
HSL 242.64º 0.82% 0.62% -
HSV(B) 242.64º 0.67% 0.93% -
XYZ 22.07 13.74 82.38 -
YUV 99.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 86 79 238 0.64 0.67 0 0.07 242.64 0.82 0.62
Hex 56 4F EE 40 43 0 7 F3 52 3E
Octal 126 117 356 100 103 0 7 363 122 76
Binary 1010110 1001111 11101110 1000000 1000011 0 111 11110011 1010010 111110

Color Harmonies of #564FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FEE

Black with #564FEE

Text Example


Text Example

White with #564FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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