Html Css Color HEX #564FFF Neon Blue

📋 copy color: '#564FFF'

red 86 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #564FFF

Tints of Neon Blue #564FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 20.48%
G = 18.81%
B = 60.71%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#564FFF (or 0x564FFF) is known color: Neon Blue. HEX triplet: 56, 4F and FF. RGB value is (86,79,255). Sum of RGB (Red+Green+Blue) = 86+79+255=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #564FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FFF is #A9B000. Grayscale: #646464. Windows color (decimal): -11120641 or 16731990. OLE color: 16731990.

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

Color convert

RGB 86 79 255 -
CMYK 0.66 0.69 0 0
HSL 242.39º 1% 0.65% -
HSV(B) 242.39º 0.69% 1% -
XYZ 24.68 14.79 96.16 -
YUV 101.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 86 79 255 0.66 0.69 0 0 242.39 1 0.65
Hex 56 4F FF 42 45 0 0 F2 64 41
Octal 126 117 377 102 105 0 0 362 144 101
Binary 1010110 1001111 11111111 1000010 1000101 0 0 11110010 1100100 1000001

Color Harmonies of #564FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FFF

Black with #564FFF

Text Example


Text Example

White with #564FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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