Html Css Color HEX #564CFA Neon Blue

📋 copy color: '#564CFA'

red 86 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #564CFA

Tints of Neon Blue #564CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.45%

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 20.87%
G = 18.45%
B = 60.68%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#564CFA (or 0x564CFA) is known color: Neon Blue. HEX triplet: 56, 4C and FA. RGB value is (86,76,250). Sum of RGB (Red+Green+Blue) = 86+76+250=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #564CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CFA is #A9B305. Grayscale: #626262. Windows color (decimal): -11121414 or 16403542. OLE color: 16403542.

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

Color convert

RGB 86 76 250 -
CMYK 0.66 0.70 0 0.02
HSL 243.45º 0.95% 0.64% -
HSV(B) 243.45º 0.7% 0.98% -
XYZ 23.68 14.05 91.91 -
YUV 98.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 86 76 250 0.66 0.70 0 0.02 243.45 0.95 0.64
Hex 56 4C FA 42 46 0 2 F3 5F 40
Octal 126 114 372 102 106 0 2 363 137 100
Binary 1010110 1001100 11111010 1000010 1000110 0 10 11110011 1011111 1000000

Color Harmonies of #564CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CFA

Black with #564CFA

Text Example


Text Example

White with #564CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,76,250); }

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

background-color css

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

 a { background-color: rgb(86,76,250); }

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

border-color css

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

 span { border-color: rgb(86,76,250); }

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