Html Css Color HEX #3358FA Neon Blue

📋 copy color: '#3358FA'

red 51 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #3358FA

Tints of Neon Blue #3358FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 13.11%
G = 22.62%
B = 64.27%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3358FA (or 0x3358FA) is known color: Neon Blue. HEX triplet: 33, 58 and FA. RGB value is (51,88,250). Sum of RGB (Red+Green+Blue) = 51+88+250=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #3358FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3358FA is #CCA705. Grayscale: #5E5E5E. Windows color (decimal): -13412102 or 16406579. OLE color: 16406579.

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

Color convert

RGB 51 88 250 -
CMYK 0.80 0.65 0 0.02
HSL 228.84º 0.95% 0.59% -
HSV(B) 228.84º 0.8% 0.98% -
XYZ 22.11 14.59 92.09 -
YUV 95.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 51 88 250 0.80 0.65 0 0.02 228.84 0.95 0.59
Hex 33 58 FA 50 41 0 2 E5 5F 3B
Octal 63 130 372 120 101 0 2 345 137 73
Binary 110011 1011000 11111010 1010000 1000001 0 10 11100101 1011111 111011

Color Harmonies of #3358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358FA

Black with #3358FA

Text Example


Text Example

White with #3358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3358FA; }

 p { color: rgb(51,88,250); }

 H1.HeaderClassName
 {
   color: #3358FA;
 }
 .AnyTagClassName
 {
   color: #3358FA;
 }
</style>

background-color css

<style>
 a { background-color: #3358FA; }

 a { background-color: rgb(51,88,250); }

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

border-color css

<style>
 span { border-color: #3358FA; }

 span { border-color: rgb(51,88,250); }

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