Html Css Color HEX #5A6CFA Neon Blue

📋 copy color: '#5A6CFA'

red 90 ◦ green 108 ◦ blue 250

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

Shades of Neon Blue #5A6CFA

Tints of Neon Blue #5A6CFA

RGB

 RED value IS 90 (35.55% from 255) = 20.09%

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 20.09%
G = 24.11%
B = 55.8%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A6CFA (or 0x5A6CFA) is known color: Neon Blue. HEX triplet: 5A, 6C and FA. RGB value is (90,108,250). Sum of RGB (Red+Green+Blue) = 90+108+250=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A6CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6CFA is #A59305. Grayscale: #767676. Windows color (decimal): -10851078 or 16411738. OLE color: 16411738.

HSL color Cylindrical-coordinate representation of color #5A6CFA: hue angle of 233.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6CFA is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 108 250 -
CMYK 0.64 0.57 0 0.02
HSL 233.25º 0.94% 0.67% -
HSV(B) 233.25º 0.64% 0.98% -
XYZ 26.83 19.8 92.85 -
YUV 118.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 90 108 250 0.64 0.57 0 0.02 233.25 0.94 0.67
Hex 5A 6C FA 40 39 0 2 E9 5E 43
Octal 132 154 372 100 71 0 2 351 136 103
Binary 1011010 1101100 11111010 1000000 111001 0 10 11101001 1011110 1000011

Color Harmonies of #5A6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6CFA

Black with #5A6CFA

Text Example


Text Example

White with #5A6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6CFA; }

 p { color: rgb(90,108,250); }

 H1.HeaderClassName
 {
   color: #5A6CFA;
 }
 .AnyTagClassName
 {
   color: #5A6CFA;
 }
</style>

background-color css

<style>
 a { background-color: #5A6CFA; }

 a { background-color: rgb(90,108,250); }

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

border-color css

<style>
 span { border-color: #5A6CFA; }

 span { border-color: rgb(90,108,250); }

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