Html Css Color HEX #535EF1 Neon Blue

📋 copy color: '#535EF1'

red 83 ◦ green 94 ◦ blue 241

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

Shades of Neon Blue #535EF1

Tints of Neon Blue #535EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 19.86%
G = 22.49%
B = 57.66%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#535EF1 (or 0x535EF1) is known color: Neon Blue. HEX triplet: 53, 5E and F1. RGB value is (83,94,241). Sum of RGB (Red+Green+Blue) = 83+94+241=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #535EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EF1 is #ACA10E. Grayscale: #6A6A6A. Windows color (decimal): -11313423 or 15818323. OLE color: 15818323.

HSL color Cylindrical-coordinate representation of color #535EF1: hue angle of 235.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #535EF1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 94 241 -
CMYK 0.66 0.61 0 0.05
HSL 235.82º 0.85% 0.64% -
HSV(B) 235.82º 0.66% 0.95% -
XYZ 23.45 16.2 85.11 -
YUV 107.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 83 94 241 0.66 0.61 0 0.05 235.82 0.85 0.64
Hex 53 5E F1 42 3D 0 5 EC 55 40
Octal 123 136 361 102 75 0 5 354 125 100
Binary 1010011 1011110 11110001 1000010 111101 0 101 11101100 1010101 1000000

Color Harmonies of #535EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EF1

Black with #535EF1

Text Example


Text Example

White with #535EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,241); }

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

background-color css

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

 a { background-color: rgb(83,94,241); }

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

border-color css

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

 span { border-color: rgb(83,94,241); }

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