#535FFE

Color #535FFE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #535FFE

Tints of Neon Blue #535FFE

Color information

#535FFE (or 0x535FFE) is unknown color: approx Neon Blue. HEX triplet: 53, 5F and FE. RGB value is (83,95,254). Sum of RGB (Red+Green+Blue) = 83+95+254=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #535FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FFE is #ACA001. Grayscale: #6C6C6C. Windows color (decimal): -11313154 or 16670547. OLE color: 16670547.

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

Color convert

RGB8395254-
CMYK0.670.6300.00
HSL235.79º98.84%66.08%-
HSV(B)235.79º67.32%99.61%-
XYZ25.5517.1895.74-
YUV109.54209.52109.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 254 (99.61% from 255) = 58.80%
R=19.21%
G=21.99%
B=58.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal83952540.670.6300.00235.7998.8466.08
Hex535FFE433F00ec6342
Octal1231373761037700354143102
Binary10100111011111111111101000011111111001110110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535FFE; }

 p { color: rgb(83,95,254); }

 H1.HeaderClassName
 {
   color: #535FFE;
 }
 .AnyTagClassName
 {
   color: #535FFE;
 }
</style>
background-color css

<style>
 a { background-color: #535FFE; }

 a { background-color: rgb(83,95,254); }

 div.DivClassName
 {
   background-color: #535FFE;
 }
 .BgClassName
 {
   background-color: #535FFE;
 }
</style>
border-color css

<style>
 span { border-color: #535FFE; }

 span { border-color: rgb(83,95,254); }

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