Html Css Color HEX #564CFE Neon Blue

📋 copy color: '#564CFE'

red 86 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #564CFE

Tints of Neon Blue #564CFE

RGB

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

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

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

R = 20.67%
G = 18.27%
B = 61.06%

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

#564CFE (or 0x564CFE) is known color: Neon Blue. HEX triplet: 56, 4C and FE. RGB value is (86,76,254). Sum of RGB (Red+Green+Blue) = 86+76+254=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #564CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CFE is #A9B301. Grayscale: #626262. Windows color (decimal): -11121410 or 16665686. OLE color: 16665686.

HSL color Cylindrical-coordinate representation of color #564CFE: hue angle of 243.37º 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 #564CFE is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 76 254 -
CMYK 0.66 0.70 0 0.00
HSL 243.37º 0.99% 0.65% -
HSV(B) 243.37º 0.7% 1% -
XYZ 24.31 14.3 95.25 -
YUV 99.28 215.31 118.53 -
System Red Green Blue C M Y K H S L
Decimal 86 76 254 0.66 0.70 0 0.00 243.37 0.99 0.65
Hex 56 4C FE 42 46 0 0 F3 63 41
Octal 126 114 376 102 106 0 0 363 143 101
Binary 1010110 1001100 11111110 1000010 1000110 0 0 11110011 1100011 1000001

Color Harmonies of #564CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CFE

Black with #564CFE

Text Example


Text Example

White with #564CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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