Html Css Color HEX #6345FD Neon Blue

📋 copy color: '#6345FD'

red 99 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #6345FD

Tints of Neon Blue #6345FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 23.52%
G = 16.39%
B = 60.1%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6345FD (or 0x6345FD) is known color: Neon Blue. HEX triplet: 63, 45 and FD. RGB value is (99,69,253). Sum of RGB (Red+Green+Blue) = 99+69+253=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6345FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345FD is #9CBA02. Grayscale: #626262. Windows color (decimal): -10271235 or 16598371. OLE color: 16598371.

HSL color Cylindrical-coordinate representation of color #6345FD: hue angle of 249.78º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6345FD is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 69 253 -
CMYK 0.61 0.73 0 0.01
HSL 249.78º 0.98% 0.63% -
HSV(B) 249.78º 0.73% 0.99% -
XYZ 25 14 94.31 -
YUV 98.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 99 69 253 0.61 0.73 0 0.01 249.78 0.98 0.63
Hex 63 45 FD 3D 49 0 1 FA 62 3F
Octal 143 105 375 75 111 0 1 372 142 77
Binary 1100011 1000101 11111101 111101 1001001 0 1 11111010 1100010 111111

Color Harmonies of #6345FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345FD

Black with #6345FD

Text Example


Text Example

White with #6345FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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