Html Css Color HEX #3A3FFC Neon Blue

📋 copy color: '#3A3FFC'

red 58 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #3A3FFC

Tints of Neon Blue #3A3FFC

RGB

 RED value IS 58 (23.05% from 255) = 15.55%

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

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

R = 15.55%
G = 16.89%
B = 67.56%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A3FFC (or 0x3A3FFC) is known color: Neon Blue. HEX triplet: 3A, 3F and FC. RGB value is (58,63,252). Sum of RGB (Red+Green+Blue) = 58+63+252=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A3FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3FFC is #C5C003. Grayscale: #525252. Windows color (decimal): -12959748 or 16531258. OLE color: 16531258.

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

Color convert

RGB 58 63 252 -
CMYK 0.77 0.75 0 0.01
HSL 238.45º 0.97% 0.61% -
HSV(B) 238.45º 0.77% 0.99% -
XYZ 21.09 11.48 93.2 -
YUV 83.05 223.34 110.13 -
System Red Green Blue C M Y K H S L
Decimal 58 63 252 0.77 0.75 0 0.01 238.45 0.97 0.61
Hex 3A 3F FC 4D 4B 0 1 EE 61 3D
Octal 72 77 374 115 113 0 1 356 141 75
Binary 111010 111111 11111100 1001101 1001011 0 1 11101110 1100001 111101

Color Harmonies of #3A3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3FFC

Black with #3A3FFC

Text Example


Text Example

White with #3A3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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