Html Css Color HEX #6353FD Neon Blue

📋 copy color: '#6353FD'

red 99 ◦ green 83 ◦ blue 253

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

Shades of Neon Blue #6353FD

Tints of Neon Blue #6353FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 22.76%
G = 19.08%
B = 58.16%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6353FD (or 0x6353FD) is known color: Neon Blue. HEX triplet: 63, 53 and FD. RGB value is (99,83,253). Sum of RGB (Red+Green+Blue) = 99+83+253=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6353FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353FD is #9CAC02. Grayscale: #6A6A6A. Windows color (decimal): -10267651 or 16601955. OLE color: 16601955.

HSL color Cylindrical-coordinate representation of color #6353FD: hue angle of 245.65º degrees, saturation: 0.98, 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 #6353FD is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 83 253 -
CMYK 0.61 0.67 0 0.01
HSL 245.65º 0.98% 0.66% -
HSV(B) 245.65º 0.67% 0.99% -
XYZ 25.97 15.93 94.63 -
YUV 107.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 99 83 253 0.61 0.67 0 0.01 245.65 0.98 0.66
Hex 63 53 FD 3D 43 0 1 F6 62 42
Octal 143 123 375 75 103 0 1 366 142 102
Binary 1100011 1010011 11111101 111101 1000011 0 1 11110110 1100010 1000010

Color Harmonies of #6353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353FD

Black with #6353FD

Text Example


Text Example

White with #6353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6353FD; }

 p { color: rgb(99,83,253); }

 H1.HeaderClassName
 {
   color: #6353FD;
 }
 .AnyTagClassName
 {
   color: #6353FD;
 }
</style>

background-color css

<style>
 a { background-color: #6353FD; }

 a { background-color: rgb(99,83,253); }

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

border-color css

<style>
 span { border-color: #6353FD; }

 span { border-color: rgb(99,83,253); }

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