Html Css Color HEX #3C40FB Neon Blue

📋 copy color: '#3C40FB'

red 60 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #3C40FB

Tints of Neon Blue #3C40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 16%
G = 17.07%
B = 66.93%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C40FB (or 0x3C40FB) is known color: Neon Blue. HEX triplet: 3C, 40 and FB. RGB value is (60,64,251). Sum of RGB (Red+Green+Blue) = 60+64+251=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C40FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C40FB is #C3BF04. Grayscale: #535353. Windows color (decimal): -12828421 or 16465980. OLE color: 16465980.

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

Color convert

RGB 60 64 251 -
CMYK 0.76 0.75 0 0.02
HSL 238.74º 0.96% 0.61% -
HSV(B) 238.74º 0.76% 0.98% -
XYZ 21.11 11.59 92.39 -
YUV 84.12 222.17 110.79 -
System Red Green Blue C M Y K H S L
Decimal 60 64 251 0.76 0.75 0 0.02 238.74 0.96 0.61
Hex 3C 40 FB 4C 4B 0 2 EF 60 3D
Octal 74 100 373 114 113 0 2 357 140 75
Binary 111100 1000000 11111011 1001100 1001011 0 10 11101111 1100000 111101

Color Harmonies of #3C40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40FB

Black with #3C40FB

Text Example


Text Example

White with #3C40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,251); }

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

background-color css

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

 a { background-color: rgb(60,64,251); }

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

border-color css

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

 span { border-color: rgb(60,64,251); }

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