Html Css Color HEX #3C31FD Neon Blue

📋 copy color: '#3C31FD'

red 60 ◦ green 49 ◦ blue 253

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

Shades of Neon Blue #3C31FD

Tints of Neon Blue #3C31FD

RGB

 RED value IS 60 (23.83% from 255) = 16.57%

 GREEN value IS 49 (19.53% from 255) = 13.54%

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

R = 16.57%
G = 13.54%
B = 69.89%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C31FD (or 0x3C31FD) is known color: Neon Blue. HEX triplet: 3C, 31 and FD. RGB value is (60,49,253). Sum of RGB (Red+Green+Blue) = 60+49+253=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C31FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C31FD is #C3CE02. Grayscale: #4A4A4A. Windows color (decimal): -12832259 or 16593212. OLE color: 16593212.

HSL color Cylindrical-coordinate representation of color #3C31FD: hue angle of 243.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C31FD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 49 253 -
CMYK 0.76 0.81 0 0.01
HSL 243.24º 0.98% 0.59% -
HSV(B) 243.24º 0.81% 0.99% -
XYZ 20.69 10.25 93.82 -
YUV 75.55 228.14 116.91 -
System Red Green Blue C M Y K H S L
Decimal 60 49 253 0.76 0.81 0 0.01 243.24 0.98 0.59
Hex 3C 31 FD 4C 51 0 1 F3 62 3B
Octal 74 61 375 114 121 0 1 363 142 73
Binary 111100 110001 11111101 1001100 1010001 0 1 11110011 1100010 111011

Color Harmonies of #3C31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31FD

Black with #3C31FD

Text Example


Text Example

White with #3C31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C31FD; }

 p { color: rgb(60,49,253); }

 H1.HeaderClassName
 {
   color: #3C31FD;
 }
 .AnyTagClassName
 {
   color: #3C31FD;
 }
</style>

background-color css

<style>
 a { background-color: #3C31FD; }

 a { background-color: rgb(60,49,253); }

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

border-color css

<style>
 span { border-color: #3C31FD; }

 span { border-color: rgb(60,49,253); }

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