Html Css Color HEX #3D3FFC Neon Blue

📋 copy color: '#3D3FFC'

red 61 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #3D3FFC

Tints of Neon Blue #3D3FFC

RGB

 RED value IS 61 (24.22% from 255) = 16.22%

 GREEN value IS 63 (25% from 255) = 16.76%

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

R = 16.22%
G = 16.76%
B = 67.02%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3D3FFC (or 0x3D3FFC) is known color: Neon Blue. HEX triplet: 3D, 3F and FC. RGB value is (61,63,252). Sum of RGB (Red+Green+Blue) = 61+63+252=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D3FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3FFC is #C2C003. Grayscale: #535353. Windows color (decimal): -12763140 or 16531261. OLE color: 16531261.

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

Color convert

RGB 61 63 252 -
CMYK 0.76 0.75 0 0.01
HSL 239.37º 0.97% 0.61% -
HSV(B) 239.37º 0.76% 0.99% -
XYZ 21.27 11.58 93.21 -
YUV 83.95 222.84 111.63 -
System Red Green Blue C M Y K H S L
Decimal 61 63 252 0.76 0.75 0 0.01 239.37 0.97 0.61
Hex 3D 3F FC 4C 4B 0 1 EF 61 3D
Octal 75 77 374 114 113 0 1 357 141 75
Binary 111101 111111 11111100 1001100 1001011 0 1 11101111 1100001 111101

Color Harmonies of #3D3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3FFC

Black with #3D3FFC

Text Example


Text Example

White with #3D3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,63,252); }

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

background-color css

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

 a { background-color: rgb(61,63,252); }

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

border-color css

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

 span { border-color: rgb(61,63,252); }

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