Html Css Color HEX #565EFA Neon Blue

📋 copy color: '#565EFA'

red 86 ◦ green 94 ◦ blue 250

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

Shades of Neon Blue #565EFA

Tints of Neon Blue #565EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 20%
G = 21.86%
B = 58.14%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#565EFA (or 0x565EFA) is known color: Neon Blue. HEX triplet: 56, 5E and FA. RGB value is (86,94,250). Sum of RGB (Red+Green+Blue) = 86+94+250=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #565EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EFA is #A9A105. Grayscale: #6C6C6C. Windows color (decimal): -11116806 or 16408150. OLE color: 16408150.

HSL color Cylindrical-coordinate representation of color #565EFA: hue angle of 237.07º 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 #565EFA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 94 250 -
CMYK 0.66 0.62 0 0.02
HSL 237.07º 0.94% 0.66% -
HSV(B) 237.07º 0.66% 0.98% -
XYZ 25.1 16.89 92.38 -
YUV 109.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 86 94 250 0.66 0.62 0 0.02 237.07 0.94 0.66
Hex 56 5E FA 42 3E 0 2 ED 5E 42
Octal 126 136 372 102 76 0 2 355 136 102
Binary 1010110 1011110 11111010 1000010 111110 0 10 11101101 1011110 1000010

Color Harmonies of #565EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EFA

Black with #565EFA

Text Example


Text Example

White with #565EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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