Html Css Color HEX #5A6FFE Neon Blue

📋 copy color: '#5A6FFE'

red 90 ◦ green 111 ◦ blue 254

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

Shades of Neon Blue #5A6FFE

Tints of Neon Blue #5A6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 19.78%
G = 24.4%
B = 55.82%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5A6FFE (or 0x5A6FFE) is known color: Neon Blue. HEX triplet: 5A, 6F and FE. RGB value is (90,111,254). Sum of RGB (Red+Green+Blue) = 90+111+254=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6FFE is #A59001. Grayscale: #787878. Windows color (decimal): -10850306 or 16674650. OLE color: 16674650.

HSL color Cylindrical-coordinate representation of color #5A6FFE: hue angle of 232.32º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A6FFE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 111 254 -
CMYK 0.65 0.56 0 0.00
HSL 232.32º 0.99% 0.67% -
HSV(B) 232.32º 0.65% 1% -
XYZ 27.79 20.7 96.3 -
YUV 121.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 90 111 254 0.65 0.56 0 0.00 232.32 0.99 0.67
Hex 5A 6F FE 41 38 0 0 E8 63 43
Octal 132 157 376 101 70 0 0 350 143 103
Binary 1011010 1101111 11111110 1000001 111000 0 0 11101000 1100011 1000011

Color Harmonies of #5A6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6FFE

Black with #5A6FFE

Text Example


Text Example

White with #5A6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,254); }

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

background-color css

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

 a { background-color: rgb(90,111,254); }

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

border-color css

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

 span { border-color: rgb(90,111,254); }

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