Html Css Color HEX #3338FA Neon Blue

📋 copy color: '#3338FA'

red 51 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #3338FA

Tints of Neon Blue #3338FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

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

R = 14.29%
G = 15.69%
B = 70.03%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3338FA (or 0x3338FA) is known color: Neon Blue. HEX triplet: 33, 38 and FA. RGB value is (51,56,250). Sum of RGB (Red+Green+Blue) = 51+56+250=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #3338FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3338FA is #CCC705. Grayscale: #4B4B4B. Windows color (decimal): -13420294 or 16398387. OLE color: 16398387.

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

Color convert

RGB 51 56 250 -
CMYK 0.80 0.78 0 0.02
HSL 238.49º 0.95% 0.59% -
HSV(B) 238.49º 0.8% 0.98% -
XYZ 20.03 10.43 91.4 -
YUV 76.62 225.84 109.73 -
System Red Green Blue C M Y K H S L
Decimal 51 56 250 0.80 0.78 0 0.02 238.49 0.95 0.59
Hex 33 38 FA 50 4E 0 2 EE 5F 3B
Octal 63 70 372 120 116 0 2 356 137 73
Binary 110011 111000 11111010 1010000 1001110 0 10 11101110 1011111 111011

Color Harmonies of #3338FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338FA

Black with #3338FA

Text Example


Text Example

White with #3338FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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