Html Css Color HEX #3348FB Neon Blue

📋 copy color: '#3348FB'

red 51 ◦ green 72 ◦ blue 251

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

Shades of Neon Blue #3348FB

Tints of Neon Blue #3348FB

RGB

 RED value IS 51 (20.31% from 255) = 13.64%

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 13.64%
G = 19.25%
B = 67.11%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3348FB (or 0x3348FB) is known color: Neon Blue. HEX triplet: 33, 48 and FB. RGB value is (51,72,251). Sum of RGB (Red+Green+Blue) = 51+72+251=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #3348FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3348FB is #CCB704. Grayscale: #555555. Windows color (decimal): -13416197 or 16468019. OLE color: 16468019.

HSL color Cylindrical-coordinate representation of color #3348FB: hue angle of 233.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3348FB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 72 251 -
CMYK 0.80 0.71 0 0.02
HSL 233.7º 0.96% 0.59% -
HSV(B) 233.7º 0.8% 0.98% -
XYZ 21.1 12.3 92.53 -
YUV 86.13 221.04 102.95 -
System Red Green Blue C M Y K H S L
Decimal 51 72 251 0.80 0.71 0 0.02 233.7 0.96 0.59
Hex 33 48 FB 50 47 0 2 EA 60 3B
Octal 63 110 373 120 107 0 2 352 140 73
Binary 110011 1001000 11111011 1010000 1000111 0 10 11101010 1100000 111011

Color Harmonies of #3348FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3348FB

Black with #3348FB

Text Example


Text Example

White with #3348FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3348FB; }

 p { color: rgb(51,72,251); }

 H1.HeaderClassName
 {
   color: #3348FB;
 }
 .AnyTagClassName
 {
   color: #3348FB;
 }
</style>

background-color css

<style>
 a { background-color: #3348FB; }

 a { background-color: rgb(51,72,251); }

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

border-color css

<style>
 span { border-color: #3348FB; }

 span { border-color: rgb(51,72,251); }

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