Html Css Color HEX #635AFC Neon Blue

📋 copy color: '#635AFC'

red 99 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #635AFC

Tints of Neon Blue #635AFC

RGB

 RED value IS 99 (39.06% from 255) = 22.45%

 GREEN value IS 90 (35.55% from 255) = 20.41%

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

R = 22.45%
G = 20.41%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#635AFC (or 0x635AFC) is known color: Neon Blue. HEX triplet: 63, 5A and FC. RGB value is (99,90,252). Sum of RGB (Red+Green+Blue) = 99+90+252=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #635AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #635AFC is #9CA503. Grayscale: #6E6E6E. Windows color (decimal): -10265860 or 16538211. OLE color: 16538211.

HSL color Cylindrical-coordinate representation of color #635AFC: hue angle of 243.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #635AFC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 90 252 -
CMYK 0.61 0.64 0 0.01
HSL 243.33º 0.96% 0.67% -
HSV(B) 243.33º 0.64% 0.99% -
XYZ 26.37 16.99 93.99 -
YUV 111.16 207.48 119.33 -
System Red Green Blue C M Y K H S L
Decimal 99 90 252 0.61 0.64 0 0.01 243.33 0.96 0.67
Hex 63 5A FC 3D 40 0 1 F3 60 43
Octal 143 132 374 75 100 0 1 363 140 103
Binary 1100011 1011010 11111100 111101 1000000 0 1 11110011 1100000 1000011

Color Harmonies of #635AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635AFC

Black with #635AFC

Text Example


Text Example

White with #635AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635AFC; }

 p { color: rgb(99,90,252); }

 H1.HeaderClassName
 {
   color: #635AFC;
 }
 .AnyTagClassName
 {
   color: #635AFC;
 }
</style>

background-color css

<style>
 a { background-color: #635AFC; }

 a { background-color: rgb(99,90,252); }

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

border-color css

<style>
 span { border-color: #635AFC; }

 span { border-color: rgb(99,90,252); }

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