Html Css Color HEX #564DFE Neon Blue

📋 copy color: '#564DFE'

red 86 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #564DFE

Tints of Neon Blue #564DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

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

R = 20.62%
G = 18.47%
B = 60.91%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#564DFE (or 0x564DFE) is known color: Neon Blue. HEX triplet: 56, 4D and FE. RGB value is (86,77,254). Sum of RGB (Red+Green+Blue) = 86+77+254=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #564DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DFE is #A9B201. Grayscale: #636363. Windows color (decimal): -11121154 or 16665942. OLE color: 16665942.

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

Color convert

RGB 86 77 254 -
CMYK 0.66 0.70 0 0.00
HSL 243.05º 0.99% 0.65% -
HSV(B) 243.05º 0.7% 1% -
XYZ 24.38 14.44 95.27 -
YUV 99.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 86 77 254 0.66 0.70 0 0.00 243.05 0.99 0.65
Hex 56 4D FE 42 46 0 0 F3 63 41
Octal 126 115 376 102 106 0 0 363 143 101
Binary 1010110 1001101 11111110 1000010 1000110 0 0 11110011 1100011 1000001

Color Harmonies of #564DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DFE

Black with #564DFE

Text Example


Text Example

White with #564DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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