Html Css Color HEX #535DFB Neon Blue

📋 copy color: '#535DFB'

red 83 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #535DFB

Tints of Neon Blue #535DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 19.44%
G = 21.78%
B = 58.78%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#535DFB (or 0x535DFB) is known color: Neon Blue. HEX triplet: 53, 5D and FB. RGB value is (83,93,251). Sum of RGB (Red+Green+Blue) = 83+93+251=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #535DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DFB is #ACA204. Grayscale: #6B6B6B. Windows color (decimal): -11313669 or 16473427. OLE color: 16473427.

HSL color Cylindrical-coordinate representation of color #535DFB: hue angle of 236.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535DFB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 93 251 -
CMYK 0.67 0.63 0 0.02
HSL 236.43º 0.95% 0.65% -
HSV(B) 236.43º 0.67% 0.98% -
XYZ 24.89 16.63 93.17 -
YUV 108.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 83 93 251 0.67 0.63 0 0.02 236.43 0.95 0.65
Hex 53 5D FB 43 3F 0 2 EC 5F 41
Octal 123 135 373 103 77 0 2 354 137 101
Binary 1010011 1011101 11111011 1000011 111111 0 10 11101100 1011111 1000001

Color Harmonies of #535DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DFB

Black with #535DFB

Text Example


Text Example

White with #535DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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