Html Css Color HEX #564FFE Neon Blue

📋 copy color: '#564FFE'

red 86 ◦ green 79 ◦ blue 254

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

Shades of Neon Blue #564FFE

Tints of Neon Blue #564FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 20.53%
G = 18.85%
B = 60.62%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#564FFE (or 0x564FFE) is known color: Neon Blue. HEX triplet: 56, 4F and FE. RGB value is (86,79,254). Sum of RGB (Red+Green+Blue) = 86+79+254=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #564FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FFE is #A9B001. Grayscale: #646464. Windows color (decimal): -11120642 or 16666454. OLE color: 16666454.

HSL color Cylindrical-coordinate representation of color #564FFE: hue angle of 242.4º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564FFE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 79 254 -
CMYK 0.66 0.69 0 0.00
HSL 242.4º 0.99% 0.65% -
HSV(B) 242.4º 0.69% 1% -
XYZ 24.52 14.73 95.32 -
YUV 101.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 86 79 254 0.66 0.69 0 0.00 242.4 0.99 0.65
Hex 56 4F FE 42 45 0 0 F2 63 41
Octal 126 117 376 102 105 0 0 362 143 101
Binary 1010110 1001111 11111110 1000010 1000101 0 0 11110010 1100011 1000001

Color Harmonies of #564FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FFE

Black with #564FFE

Text Example


Text Example

White with #564FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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