Html Css Color HEX #3D5CFB Neon Blue

📋 copy color: '#3D5CFB'

red 61 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #3D5CFB

Tints of Neon Blue #3D5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

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

R = 15.1%
G = 22.77%
B = 62.13%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D5CFB (or 0x3D5CFB) is known color: Neon Blue. HEX triplet: 3D, 5C and FB. RGB value is (61,92,251). Sum of RGB (Red+Green+Blue) = 61+92+251=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D5CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D5CFB is #C2A304. Grayscale: #646464. Windows color (decimal): -12755717 or 16473149. OLE color: 16473149.

HSL color Cylindrical-coordinate representation of color #3D5CFB: hue angle of 230.21º 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 #3D5CFB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 92 251 -
CMYK 0.76 0.63 0 0.02
HSL 230.21º 0.96% 0.61% -
HSV(B) 230.21º 0.76% 0.98% -
XYZ 23.16 15.61 93.06 -
YUV 100.86 212.73 99.57 -
System Red Green Blue C M Y K H S L
Decimal 61 92 251 0.76 0.63 0 0.02 230.21 0.96 0.61
Hex 3D 5C FB 4C 3F 0 2 E6 60 3D
Octal 75 134 373 114 77 0 2 346 140 75
Binary 111101 1011100 11111011 1001100 111111 0 10 11100110 1100000 111101

Color Harmonies of #3D5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5CFB

Black with #3D5CFB

Text Example


Text Example

White with #3D5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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