Html Css Color HEX #564DFB Neon Blue

📋 copy color: '#564DFB'

red 86 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #564DFB

Tints of Neon Blue #564DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 20.77%
G = 18.6%
B = 60.63%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#564DFB (or 0x564DFB) is known color: Neon Blue. HEX triplet: 56, 4D and FB. RGB value is (86,77,251). Sum of RGB (Red+Green+Blue) = 86+77+251=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #564DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DFB is #A9B204. Grayscale: #626262. Windows color (decimal): -11121157 or 16469334. OLE color: 16469334.

HSL color Cylindrical-coordinate representation of color #564DFB: hue angle of 243.1º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564DFB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 77 251 -
CMYK 0.66 0.69 0 0.02
HSL 243.1º 0.96% 0.64% -
HSV(B) 243.1º 0.69% 0.98% -
XYZ 23.9 14.25 92.76 -
YUV 99.53 213.48 118.35 -
System Red Green Blue C M Y K H S L
Decimal 86 77 251 0.66 0.69 0 0.02 243.1 0.96 0.64
Hex 56 4D FB 42 45 0 2 F3 60 40
Octal 126 115 373 102 105 0 2 363 140 100
Binary 1010110 1001101 11111011 1000010 1000101 0 10 11110011 1100000 1000000

Color Harmonies of #564DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DFB

Black with #564DFB

Text Example


Text Example

White with #564DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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