Html Css Color HEX #6345FC Neon Blue

📋 copy color: '#6345FC'

red 99 ◦ green 69 ◦ blue 252

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

Shades of Neon Blue #6345FC

Tints of Neon Blue #6345FC

RGB

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

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

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

R = 23.57%
G = 16.43%
B = 60%

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

#6345FC (or 0x6345FC) is known color: Neon Blue. HEX triplet: 63, 45 and FC. RGB value is (99,69,252). Sum of RGB (Red+Green+Blue) = 99+69+252=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #6345FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345FC is #9CBA03. Grayscale: #626262. Windows color (decimal): -10271236 or 16532835. OLE color: 16532835.

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

Color convert

RGB 99 69 252 -
CMYK 0.61 0.73 0 0.01
HSL 249.84º 0.97% 0.63% -
HSV(B) 249.84º 0.73% 0.99% -
XYZ 24.84 13.94 93.48 -
YUV 98.83 214.44 128.12 -
System Red Green Blue C M Y K H S L
Decimal 99 69 252 0.61 0.73 0 0.01 249.84 0.97 0.63
Hex 63 45 FC 3D 49 0 1 FA 61 3F
Octal 143 105 374 75 111 0 1 372 141 77
Binary 1100011 1000101 11111100 111101 1001001 0 1 11111010 1100001 111111

Color Harmonies of #6345FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345FC

Black with #6345FC

Text Example


Text Example

White with #6345FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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