Html Css Color HEX #564AF8 Neon Blue

📋 copy color: '#564AF8'

red 86 ◦ green 74 ◦ blue 248

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

Shades of Neon Blue #564AF8

Tints of Neon Blue #564AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

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

R = 21.08%
G = 18.14%
B = 60.78%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#564AF8 (or 0x564AF8) is known color: Neon Blue. HEX triplet: 56, 4A and F8. RGB value is (86,74,248). Sum of RGB (Red+Green+Blue) = 86+74+248=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #564AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564AF8 is #A9B507. Grayscale: #606060. Windows color (decimal): -11121928 or 16271958. OLE color: 16271958.

HSL color Cylindrical-coordinate representation of color #564AF8: hue angle of 244.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #564AF8 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 74 248 -
CMYK 0.65 0.70 0 0.03
HSL 244.14º 0.93% 0.63% -
HSV(B) 244.14º 0.7% 0.97% -
XYZ 23.23 13.65 90.22 -
YUV 97.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 86 74 248 0.65 0.70 0 0.03 244.14 0.93 0.63
Hex 56 4A F8 41 46 0 3 F4 5D 3F
Octal 126 112 370 101 106 0 3 364 135 77
Binary 1010110 1001010 11111000 1000001 1000110 0 11 11110100 1011101 111111

Color Harmonies of #564AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564AF8

Black with #564AF8

Text Example


Text Example

White with #564AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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