Html Css Color HEX #3B52FF Neon Blue

📋 copy color: '#3B52FF'

red 59 ◦ green 82 ◦ blue 255

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

Shades of Neon Blue #3B52FF

Tints of Neon Blue #3B52FF

RGB

 RED value IS 59 (23.44% from 255) = 14.9%

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 14.9%
G = 20.71%
B = 64.39%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B52FF (or 0x3B52FF) is known color: Neon Blue. HEX triplet: 3B, 52 and FF. RGB value is (59,82,255). Sum of RGB (Red+Green+Blue) = 59+82+255=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B52FF is #C4AD00. Grayscale: #5E5E5E. Windows color (decimal): -12889345 or 16732731. OLE color: 16732731.

HSL color Cylindrical-coordinate representation of color #3B52FF: hue angle of 232.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B52FF is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 82 255 -
CMYK 0.77 0.68 0 0
HSL 232.96º 1% 0.62% -
HSV(B) 232.96º 0.77% 1% -
XYZ 22.87 14.18 96.14 -
YUV 94.85 218.38 102.43 -
System Red Green Blue C M Y K H S L
Decimal 59 82 255 0.77 0.68 0 0 232.96 1 0.62
Hex 3B 52 FF 4D 44 0 0 E9 64 3E
Octal 73 122 377 115 104 0 0 351 144 76
Binary 111011 1010010 11111111 1001101 1000100 0 0 11101001 1100100 111110

Color Harmonies of #3B52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B52FF

Black with #3B52FF

Text Example


Text Example

White with #3B52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,255); }

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

background-color css

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

 a { background-color: rgb(59,82,255); }

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

border-color css

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

 span { border-color: rgb(59,82,255); }

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