Html Css Color HEX #6355FC Neon Blue

📋 copy color: '#6355FC'

red 99 ◦ green 85 ◦ blue 252

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

Shades of Neon Blue #6355FC

Tints of Neon Blue #6355FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 22.71%
G = 19.5%
B = 57.8%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6355FC (or 0x6355FC) is known color: Neon Blue. HEX triplet: 63, 55 and FC. RGB value is (99,85,252). Sum of RGB (Red+Green+Blue) = 99+85+252=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #6355FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FC is #9CAA03. Grayscale: #6B6B6B. Windows color (decimal): -10267140 or 16536931. OLE color: 16536931.

HSL color Cylindrical-coordinate representation of color #6355FC: hue angle of 245.03º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6355FC is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 85 252 -
CMYK 0.61 0.66 0 0.01
HSL 245.03º 0.97% 0.66% -
HSV(B) 245.03º 0.66% 0.99% -
XYZ 25.96 16.18 93.85 -
YUV 108.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 99 85 252 0.61 0.66 0 0.01 245.03 0.97 0.66
Hex 63 55 FC 3D 42 0 1 F5 61 42
Octal 143 125 374 75 102 0 1 365 141 102
Binary 1100011 1010101 11111100 111101 1000010 0 1 11110101 1100001 1000010

Color Harmonies of #6355FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355FC

Black with #6355FC

Text Example


Text Example

White with #6355FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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