Html Css Color HEX #535CF1 Neon Blue

📋 copy color: '#535CF1'

red 83 ◦ green 92 ◦ blue 241

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

Shades of Neon Blue #535CF1

Tints of Neon Blue #535CF1

RGB

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

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

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

R = 19.95%
G = 22.12%
B = 57.93%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#535CF1 (or 0x535CF1) is known color: Neon Blue. HEX triplet: 53, 5C and F1. RGB value is (83,92,241). Sum of RGB (Red+Green+Blue) = 83+92+241=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #535CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CF1 is #ACA30E. Grayscale: #696969. Windows color (decimal): -11313935 or 15817811. OLE color: 15817811.

HSL color Cylindrical-coordinate representation of color #535CF1: hue angle of 236.58º 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 #535CF1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 92 241 -
CMYK 0.66 0.62 0 0.05
HSL 236.58º 0.85% 0.64% -
HSV(B) 236.58º 0.66% 0.95% -
XYZ 23.27 15.84 85.05 -
YUV 106.3 204.02 111.38 -
System Red Green Blue C M Y K H S L
Decimal 83 92 241 0.66 0.62 0 0.05 236.58 0.85 0.64
Hex 53 5C F1 42 3E 0 5 ED 55 40
Octal 123 134 361 102 76 0 5 355 125 100
Binary 1010011 1011100 11110001 1000010 111110 0 101 11101101 1010101 1000000

Color Harmonies of #535CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CF1

Black with #535CF1

Text Example


Text Example

White with #535CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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