Html Css Color HEX #565CFA Neon Blue

📋 copy color: '#565CFA'

red 86 ◦ green 92 ◦ blue 250

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

Shades of Neon Blue #565CFA

Tints of Neon Blue #565CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.5%

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

R = 20.09%
G = 21.5%
B = 58.41%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#565CFA (or 0x565CFA) is known color: Neon Blue. HEX triplet: 56, 5C and FA. RGB value is (86,92,250). Sum of RGB (Red+Green+Blue) = 86+92+250=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #565CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CFA is #A9A305. Grayscale: #6B6B6B. Windows color (decimal): -11117318 or 16407638. OLE color: 16407638.

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

Color convert

RGB 86 92 250 -
CMYK 0.66 0.63 0 0.02
HSL 237.8º 0.94% 0.66% -
HSV(B) 237.8º 0.66% 0.98% -
XYZ 24.92 16.53 92.32 -
YUV 108.22 208.01 112.15 -
System Red Green Blue C M Y K H S L
Decimal 86 92 250 0.66 0.63 0 0.02 237.8 0.94 0.66
Hex 56 5C FA 42 3F 0 2 EE 5E 42
Octal 126 134 372 102 77 0 2 356 136 102
Binary 1010110 1011100 11111010 1000010 111111 0 10 11101110 1011110 1000010

Color Harmonies of #565CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CFA

Black with #565CFA

Text Example


Text Example

White with #565CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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