Html Css Color HEX #535FFC Neon Blue

📋 copy color: '#535FFC'

red 83 ◦ green 95 ◦ blue 252

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

Shades of Neon Blue #535FFC

Tints of Neon Blue #535FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 19.3%
G = 22.09%
B = 58.6%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#535FFC (or 0x535FFC) is known color: Neon Blue. HEX triplet: 53, 5F and FC. RGB value is (83,95,252). Sum of RGB (Red+Green+Blue) = 83+95+252=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #535FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FFC is #ACA003. Grayscale: #6C6C6C. Windows color (decimal): -11313156 or 16539475. OLE color: 16539475.

HSL color Cylindrical-coordinate representation of color #535FFC: hue angle of 235.74º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535FFC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 95 252 -
CMYK 0.67 0.62 0 0.01
HSL 235.74º 0.97% 0.66% -
HSV(B) 235.74º 0.67% 0.99% -
XYZ 25.23 17.05 94.06 -
YUV 109.31 208.52 109.23 -
System Red Green Blue C M Y K H S L
Decimal 83 95 252 0.67 0.62 0 0.01 235.74 0.97 0.66
Hex 53 5F FC 43 3E 0 1 EC 61 42
Octal 123 137 374 103 76 0 1 354 141 102
Binary 1010011 1011111 11111100 1000011 111110 0 1 11101100 1100001 1000010

Color Harmonies of #535FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535FFC

Black with #535FFC

Text Example


Text Example

White with #535FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,95,252); }

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

background-color css

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

 a { background-color: rgb(83,95,252); }

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

border-color css

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

 span { border-color: rgb(83,95,252); }

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