Html Css Color HEX #564FF8 Neon Blue

📋 copy color: '#564FF8'

red 86 ◦ green 79 ◦ blue 248

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

Shades of Neon Blue #564FF8

Tints of Neon Blue #564FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.05%

R = 20.82%
G = 19.13%
B = 60.05%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#564FF8 (or 0x564FF8) is known color: Neon Blue. HEX triplet: 56, 4F and F8. RGB value is (86,79,248). Sum of RGB (Red+Green+Blue) = 86+79+248=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #564FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FF8 is #A9B007. Grayscale: #636363. Windows color (decimal): -11120648 or 16273238. OLE color: 16273238.

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

Color convert

RGB 86 79 248 -
CMYK 0.65 0.68 0 0.03
HSL 242.49º 0.92% 0.64% -
HSV(B) 242.49º 0.68% 0.97% -
XYZ 23.58 14.35 90.33 -
YUV 100.36 211.32 117.76 -
System Red Green Blue C M Y K H S L
Decimal 86 79 248 0.65 0.68 0 0.03 242.49 0.92 0.64
Hex 56 4F F8 41 44 0 3 F2 5C 40
Octal 126 117 370 101 104 0 3 362 134 100
Binary 1010110 1001111 11111000 1000001 1000100 0 11 11110010 1011100 1000000

Color Harmonies of #564FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564FF8

Black with #564FF8

Text Example


Text Example

White with #564FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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