Html Css Color HEX #3D4CFB Neon Blue

📋 copy color: '#3D4CFB'

red 61 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #3D4CFB

Tints of Neon Blue #3D4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 15.72%
G = 19.59%
B = 64.69%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D4CFB (or 0x3D4CFB) is known color: Neon Blue. HEX triplet: 3D, 4C and FB. RGB value is (61,76,251). Sum of RGB (Red+Green+Blue) = 61+76+251=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4CFB is #C2B304. Grayscale: #5A5A5A. Windows color (decimal): -12759813 or 16469053. OLE color: 16469053.

HSL color Cylindrical-coordinate representation of color #3D4CFB: hue angle of 235.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D4CFB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 76 251 -
CMYK 0.76 0.70 0 0.02
HSL 235.26º 0.96% 0.61% -
HSV(B) 235.26º 0.76% 0.98% -
XYZ 21.92 13.13 92.64 -
YUV 91.47 218.03 106.27 -
System Red Green Blue C M Y K H S L
Decimal 61 76 251 0.76 0.70 0 0.02 235.26 0.96 0.61
Hex 3D 4C FB 4C 46 0 2 EB 60 3D
Octal 75 114 373 114 106 0 2 353 140 75
Binary 111101 1001100 11111011 1001100 1000110 0 10 11101011 1100000 111101

Color Harmonies of #3D4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4CFB

Black with #3D4CFB

Text Example


Text Example

White with #3D4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,76,251); }

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

background-color css

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

 a { background-color: rgb(61,76,251); }

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

border-color css

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

 span { border-color: rgb(61,76,251); }

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