Html Css Color HEX #535CFE Neon Blue

📋 copy color: '#535CFE'

red 83 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #535CFE

Tints of Neon Blue #535CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 19.35%
G = 21.45%
B = 59.21%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#535CFE (or 0x535CFE) is known color: Neon Blue. HEX triplet: 53, 5C and FE. RGB value is (83,92,254). Sum of RGB (Red+Green+Blue) = 83+92+254=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #535CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CFE is #ACA301. Grayscale: #6B6B6B. Windows color (decimal): -11313922 or 16669779. OLE color: 16669779.

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

Color convert

RGB 83 92 254 -
CMYK 0.67 0.64 0 0.00
HSL 236.84º 0.99% 0.66% -
HSV(B) 236.84º 0.67% 1% -
XYZ 25.28 16.65 95.65 -
YUV 107.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 83 92 254 0.67 0.64 0 0.00 236.84 0.99 0.66
Hex 53 5C FE 43 40 0 0 ED 63 42
Octal 123 134 376 103 100 0 0 355 143 102
Binary 1010011 1011100 11111110 1000011 1000000 0 0 11101101 1100011 1000010

Color Harmonies of #535CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CFE

Black with #535CFE

Text Example


Text Example

White with #535CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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