Html Css Color HEX #3C3DFA Neon Blue

📋 copy color: '#3C3DFA'

red 60 ◦ green 61 ◦ blue 250

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

Shades of Neon Blue #3C3DFA

Tints of Neon Blue #3C3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.44%

 BLUE value IS 250 (98.05% from 255) = 67.39%

R = 16.17%
G = 16.44%
B = 67.39%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C3DFA (or 0x3C3DFA) is known color: Neon Blue. HEX triplet: 3C, 3D and FA. RGB value is (60,61,250). Sum of RGB (Red+Green+Blue) = 60+61+250=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C3DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3DFA is #C3C205. Grayscale: #515151. Windows color (decimal): -12829190 or 16399676. OLE color: 16399676.

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

Color convert

RGB 60 61 250 -
CMYK 0.76 0.76 0 0.02
HSL 239.68º 0.95% 0.61% -
HSV(B) 239.68º 0.76% 0.98% -
XYZ 20.79 11.2 91.51 -
YUV 82.25 222.67 112.13 -
System Red Green Blue C M Y K H S L
Decimal 60 61 250 0.76 0.76 0 0.02 239.68 0.95 0.61
Hex 3C 3D FA 4C 4C 0 2 F0 5F 3D
Octal 74 75 372 114 114 0 2 360 137 75
Binary 111100 111101 11111010 1001100 1001100 0 10 11110000 1011111 111101

Color Harmonies of #3C3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3DFA

Black with #3C3DFA

Text Example


Text Example

White with #3C3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,250); }

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

background-color css

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

 a { background-color: rgb(60,61,250); }

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

border-color css

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

 span { border-color: rgb(60,61,250); }

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