Html Css Color HEX #535CEF Neon Blue

📋 copy color: '#535CEF'

red 83 ◦ green 92 ◦ blue 239

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

Shades of Neon Blue #535CEF

Tints of Neon Blue #535CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 20.05%
G = 22.22%
B = 57.73%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#535CEF (or 0x535CEF) is known color: Neon Blue. HEX triplet: 53, 5C and EF. RGB value is (83,92,239). Sum of RGB (Red+Green+Blue) = 83+92+239=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #535CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CEF is #ACA310. Grayscale: #696969. Windows color (decimal): -11313937 or 15686739. OLE color: 15686739.

HSL color Cylindrical-coordinate representation of color #535CEF: hue angle of 236.54º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535CEF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 92 239 -
CMYK 0.65 0.62 0 0.06
HSL 236.54º 0.83% 0.63% -
HSV(B) 236.54º 0.65% 0.94% -
XYZ 22.97 15.73 83.49 -
YUV 106.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 83 92 239 0.65 0.62 0 0.06 236.54 0.83 0.63
Hex 53 5C EF 41 3E 0 6 ED 53 3F
Octal 123 134 357 101 76 0 6 355 123 77
Binary 1010011 1011100 11101111 1000001 111110 0 110 11101101 1010011 111111

Color Harmonies of #535CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CEF

Black with #535CEF

Text Example


Text Example

White with #535CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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