Html Css Color HEX #565CF0 Neon Blue

📋 copy color: '#565CF0'

red 86 ◦ green 92 ◦ blue 240

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

Shades of Neon Blue #565CF0

Tints of Neon Blue #565CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 20.57%
G = 22.01%
B = 57.42%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#565CF0 (or 0x565CF0) is known color: Neon Blue. HEX triplet: 56, 5C and F0. RGB value is (86,92,240). Sum of RGB (Red+Green+Blue) = 86+92+240=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #565CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CF0 is #A9A30F. Grayscale: #6A6A6A. Windows color (decimal): -11117328 or 15752278. OLE color: 15752278.

HSL color Cylindrical-coordinate representation of color #565CF0: hue angle of 237.66º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565CF0 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 92 240 -
CMYK 0.64 0.62 0 0.06
HSL 237.66º 0.84% 0.64% -
HSV(B) 237.66º 0.64% 0.94% -
XYZ 23.39 15.92 84.28 -
YUV 107.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 86 92 240 0.64 0.62 0 0.06 237.66 0.84 0.64
Hex 56 5C F0 40 3E 0 6 EE 54 40
Octal 126 134 360 100 76 0 6 356 124 100
Binary 1010110 1011100 11110000 1000000 111110 0 110 11101110 1010100 1000000

Color Harmonies of #565CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CF0

Black with #565CF0

Text Example


Text Example

White with #565CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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