Html Css Color HEX #535DFE Neon Blue

📋 copy color: '#535DFE'

red 83 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #535DFE

Tints of Neon Blue #535DFE

RGB

 RED value IS 83 (32.81% from 255) = 19.3%

 GREEN value IS 93 (36.72% from 255) = 21.63%

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

R = 19.3%
G = 21.63%
B = 59.07%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#535DFE (or 0x535DFE) is known color: Neon Blue. HEX triplet: 53, 5D and FE. RGB value is (83,93,254). Sum of RGB (Red+Green+Blue) = 83+93+254=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #535DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DFE is #ACA201. Grayscale: #6B6B6B. Windows color (decimal): -11313666 or 16670035. OLE color: 16670035.

HSL color Cylindrical-coordinate representation of color #535DFE: hue angle of 236.49º 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 #535DFE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 93 254 -
CMYK 0.67 0.63 0 0.00
HSL 236.49º 0.99% 0.66% -
HSV(B) 236.49º 0.67% 1% -
XYZ 25.37 16.82 95.68 -
YUV 108.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 83 93 254 0.67 0.63 0 0.00 236.49 0.99 0.66
Hex 53 5D FE 43 3F 0 0 EC 63 42
Octal 123 135 376 103 77 0 0 354 143 102
Binary 1010011 1011101 11111110 1000011 111111 0 0 11101100 1100011 1000010

Color Harmonies of #535DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DFE

Black with #535DFE

Text Example


Text Example

White with #535DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #535DFE;
 }
 .AnyTagClassName
 {
   color: #535DFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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