Html Css Color HEX #6353FC Neon Blue

📋 copy color: '#6353FC'

red 99 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #6353FC

Tints of Neon Blue #6353FC

RGB

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

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

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

R = 22.81%
G = 19.12%
B = 58.06%

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

#6353FC (or 0x6353FC) is known color: Neon Blue. HEX triplet: 63, 53 and FC. RGB value is (99,83,252). Sum of RGB (Red+Green+Blue) = 99+83+252=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #6353FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353FC is #9CAC03. Grayscale: #6A6A6A. Windows color (decimal): -10267652 or 16536419. OLE color: 16536419.

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

Color convert

RGB 99 83 252 -
CMYK 0.61 0.67 0 0.01
HSL 245.68º 0.97% 0.66% -
HSV(B) 245.68º 0.67% 0.99% -
XYZ 25.81 15.87 93.8 -
YUV 107.05 209.8 122.26 -
System Red Green Blue C M Y K H S L
Decimal 99 83 252 0.61 0.67 0 0.01 245.68 0.97 0.66
Hex 63 53 FC 3D 43 0 1 F6 61 42
Octal 143 123 374 75 103 0 1 366 141 102
Binary 1100011 1010011 11111100 111101 1000011 0 1 11110110 1100001 1000010

Color Harmonies of #6353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353FC

Black with #6353FC

Text Example


Text Example

White with #6353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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