Html Css Color HEX #564FF6 Neon Blue

📋 copy color: '#564FF6'

red 86 ◦ green 79 ◦ blue 246

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

Shades of Neon Blue #564FF6

Tints of Neon Blue #564FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 59.85%

R = 20.92%
G = 19.22%
B = 59.85%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#564FF6 (or 0x564FF6) is known color: Neon Blue. HEX triplet: 56, 4F and F6. RGB value is (86,79,246). Sum of RGB (Red+Green+Blue) = 86+79+246=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #564FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FF6 is #A9B009. Grayscale: #636363. Windows color (decimal): -11120650 or 16142166. OLE color: 16142166.

HSL color Cylindrical-coordinate representation of color #564FF6: hue angle of 242.51º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564FF6 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 79 246 -
CMYK 0.65 0.68 0 0.04
HSL 242.52º 0.9% 0.64% -
HSV(B) 242.52º 0.68% 0.96% -
XYZ 23.27 14.22 88.71 -
YUV 100.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 86 79 246 0.65 0.68 0 0.04 242.52 0.9 0.64
Hex 56 4F F6 41 44 0 4 F3 5A 40
Octal 126 117 366 101 104 0 4 363 132 100
Binary 1010110 1001111 11110110 1000001 1000100 0 100 11110011 1011010 1000000

Color Harmonies of #564FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FF6

Black with #564FF6

Text Example


Text Example

White with #564FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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